IES: HTML-recog dk6 Flashcards

1
Q
  • subscript character entity for “4”
A

₄

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • subscript character entity for “5”
A

₅

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • subscript character entity for “6”
A

₆

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  • subscript character entity for “7”
A

₇

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  • subscript character entity for “8”
A

₈

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  • subscript character entity for “9”
A

₉

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • The superscript (element) specifies inline text typically with a raised baseline using smaller font
  • Displayed for solely typographical reasons.
  • Any content can be included within the tags,
  • The superscript element renders larger than the superscript entity, thus, disturbing the uniformity of line spacing.
A

<sup>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • superscript character entity for “1”
A

&sup1;
(or)
&#185;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • superscript character entity for “2”
A

&sup2;
(or)
&#178;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  • superscript character entity for “3”
A

&sup3;
(or)
&#179;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • superscript character entity for “4”
A

&#8308;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • superscript character entity for “5”
A

&#8309;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • superscript character entity for “6”
A

&#8310;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • superscript character entity for “7”
A

&#8311;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • superscript character entity for “8”
A

&#8312;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • superscript character entity for “9”
A

&#8313;

17
Q
  • character entity for superscript numeral “0”
A

&#8304;

18
Q
  • Inline element with content styled in a fashion intended to indicate that the text is a short fragment of computer code
  • By default, the text is in monospace font.
  • Always nest element within a <pre> element to preserve the coding layout.
  • Use character entities to avoid conflict with active coding.
A

<code>

19
Q
  • A phrase tag used to define a variable in programming or in a mathematical expression.
  • The content inside is typically displayed in italics.
A

<var>

20
Q
  • Encloses inline text which represents quoted output from a computer program.
  • Contents are typically rendered using the browser’s default monospaced font (such as Courier or Lucida Console).
A

<sample>