1.4 Text Formatting Flashcards

(7 cards)

1
Q

What is the difference between <strong> & <b>?</b></strong>

A

Both make text bold, but <strong> is samantic, indicating importance.</strong>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between <em> & <i>?</i></em>

A

Both italicize text, but <em> is semantic, indicating emphasis.</em>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you display superscript text for footnotes or exponents?

A

Use the tag, e.g, x2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you display superscript text for chemical formulas?

A

Use the tag, e.g, H2O.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is <pre> used for?

A

Displays preformatted text with spaces & line breaks preserved.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the <blockquote> tag used for?

A

To display a long quotation, typically indented.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the <q> tag do?</q>

A

Denotes an inline short quotation, rendered with quotation marls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly