Phrase tags Flashcards

1
Q

Emphasised text

A

<em>…</em>

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

Marked text (yellow highlight)

A

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

Strong text

A

<strong>…</strong>

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

Text abbreviation

A

<abbr>…</abbr>

Use with title attribute to give full description of the abbreviation on mouse-over.
Eg, <p>My friend’s name is <abbr>Kat</abbr>.</p>

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

Acronym element

A

<acronym>…<acronym></acronym></acronym>

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

Text direction

A

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

What does BDO stand for in …

A

Bi-Directional Override

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

Special terms element

A

<dfn>…</dfn>
(For HTML definition element.)

Typically use this the first time you introduce a special term on a page.

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

Quoting text

A

<blockquote>...</blockquote>

Will usually indent the left and right edges of the text.

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

Short quotations

A

Instead of using quotation marks.

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

Text citations

A

<cite>…</cite>

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

Computer code

A

<code>...</code>

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

Keyboard text (to tell a reader to enter some text)

A

<kbd>...</kbd>

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

Programming variables

A

<var>...</var>

Usually used in conjunction with <code> and <pre></pre></code>

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

Program output

A

<samp>...</samp>

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

Address text

A

<address>...</address>