Containers Day 4 Flashcards

1
Q

what is container?

A

The HTML Elements that are purely used to hold other HTML elements are commonly called containers.

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

what does the header container do?

A

Container for elements in the top header section of a page

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

what does the footer container do?

A

Container for elements in the bottom footer section of a page

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

what does the nav container do?

A

Usually used to hold navigation elements like lists of links

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

what does the article container do

A

Used to hold content that makes sense on its own like Posts or Comments

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

what does the aside container do?

A

Used to hold sidebar sections that are tangentially related to the content

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

what does the figure container do?

A

Holds images, graphic content, code samples etc.

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

what does the figcaption container do?

A

Holds caption content for a corresponding figure element

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

what does the section container do?

A

A section of the page or chapter of an with a heading

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

what does the div container do?

A

<div>
A common container element used when other semantic elements do not seem appropriate
</div>

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