HTML5 Inline Elements Flashcards

1
Q

Inline Elements

A

Text level semantic elements

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

a

A

Anchor (hypertext link)

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

abbr

<abbr>ATF</abbr>

A

Abbreviation

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

b

A

Add visual attention (bold)

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

bdi

A

Text may be bidirectional (HTML5)

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

bdo

A

Force text direction (ltr left to right/rtl right to left)

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

br

Empty element.<br></br> in XHTML.

A

Line break

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

cite

<p>Passages of this article were inspired by <cite>The Complete Manual
of Typography</cite> by James Felici.</p>

A

Reference to the title of a work (citation)

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

code

A

Source code sample

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

data

data value=”12” Twelve /data
data value=”2011-11-12” Last Saturday /data

The value attribute contains the machine readable data

A

Machine readable measurable data (WHATWG)

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

del

del title=”retired” Peter Pan /del

May contain inline and block elements

A

Deleted text, indicates an edit made to a document

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

dfn

p dfn Script typefaces /dfn are based on handwriting. /p

A

First or defining instance of a term

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

em

A

Emphasized text. Used to draw attention to part of a sentence changing the meaning.

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

i

A

Alternative voice or mood from the surrounding sentence. Foreign word or technical term.

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

ins

ins Pippi Longstockings /ins

May contain inline and block elements

A

Text that has been added. Indicates an edit to the document.

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

kbd

A

Text entered by a user (technical documents)

17
Q

mark

A

Contextually relevant text. Text that may benefit from being highlighted. (HTML5)

18
Q

qt

A

Short, inline, quotation.

19
Q

S

A

Incorrect text.

20
Q

samp

A

Output from a program.

21
Q

small

A

Addendum or side note to main text.

22
Q

span

A

Generic phrase content

23
Q

strong

A

Content of high importance.

24
Q

sub

p H sub 2 /sub 0 /p

A

Subscript.

25
Q

sup

p E=MC sup 2 /sup /p

A

Superscript.

26
Q

time

time datetime=”2012-09-01T 20:00-05:00”
pubdate September 1, 2012, 8pm EST /time

The datetime attribute contains the machine readable info in YYYY-MM-DDThh:mm:ss:mili+-HH:MM

pubdate attribute is a WHATWG standard, not in HTML5 yet

A

Machine readable time format (HTML5).

27
Q

u

A

Formal name or misspelled word.

28
Q

var

A

Variable or parameter name in a technical document.

29
Q

wbr

A

Indicates where a word should be split if necessary.