Lecture 5.2: HTML5 Content Categories with Elements Flashcards

1
Q

Flow Content Elements (A-C)

A

A:
< a > < abbr > < address > < article > < aside > < article >

B:
< b > < bdi > < bdo > < blockquote > < br > < button >

C:
< canvas > < code > < command >

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

Flow Content Elements (D-I)

A

D:
< data > < datalist > < del > < details > < dfn > < div > < dl >

E-F:
< em > < embed > < fieldset > < footer > < figure > < form >

H-I:
< h1 > through < h6 > < header > < hr > < i > < iframe > < img > < input > < ins >

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

Flow Content Elements (K-R)

A

K-M:
< kbd > < label > < main > < map > < mark > < math > < menu > < meter >

N-O:
< nav > < noscript > < object > < ol > < output >

P-R:
< p > < picture > < pre > < progress > < q > < ruby >

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

Flow Content Elements (S-W)

A

S:
< s > <samp> < script > < section > < select > < small > < span > < strong > < sub > < sup > < svg ></samp>

T-W:
< table > < template > < textarea > < time > < u > < ul > < var > < video > < wbr ></samp>

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

Flow Content Elements (Special Conditions)

A

If “Itemprop” Attribute IS Present:
< link > < meta >

If a Descendant of “Map” Element:
< area >

If “Scoped” Attribute IS Present:
< style >

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

Phrasing Content Elements (A-L)

A

A-B:
< abbr > < audio > < b > < bdo > < br >

C-D:
< canvas > < cite > < code > < command> < data > < datalist > < dfn >

E-L:
< em > < embed > < i > < iframe > < img > < input > < kbd > < label >

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

Phrasing Content Elements (M-W)

A

M-P:
< mark > < math > < meter > < noscript > < object > < output > < picture >

Q-Sub:
< q > < ruby > < samp > < script > < select > < small > < span > < strong > < sub >

Sup-W:
< sup > < svg > < textarea > < time > <u> < var > < video > < wbr ></u>

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

Phrasing Content Elements (Special Conditions)

A

If it Contains Phrasing Content ONLY:
< a > < del > < ins > < map >

If “Itemprop” Attribute is Present:
< link > < meta >

If Descendant of “Map” Element:
< area >

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

Metadata Content Elements

A

< base > < link > < meta > < noscript > < script > < style > < title >

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

Sectioning Content Elements

A

< article > < aside > < nav > < section >

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

Heading Content Elements

A

< h1 > … < h2 > … < h3 > … < h4 > … < h5 > … < h6 >

(All same element, just different ranks)

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

Interactive Content Elements

A

< a > < button > < details > < embed > < iframe > < label > < select > < textarea >

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

Interactive Content Elements (Special Conditions)

A

If “Controls” Attribute is Present:
< audio > < video >

If “Usemap” Attribute is Present:
< img > < object >

If “Type” Attribute is NOT in “Hidden” State
< input >

If “Type” Attribute IS in “Toolbar” State
< menu >

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

Embedded Content Elements

A

< audio > < canvas > < embed > < iframe > < img > < math > < object > < picture > < svg > < video >

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