Containers Day 4 Flashcards
what is container?
The HTML Elements that are purely used to hold other HTML elements are commonly called containers.
what does the header container do?
Container for elements in the top header section of a page
what does the footer container do?
Container for elements in the bottom footer section of a page
what does the nav container do?
Usually used to hold navigation elements like lists of links
what does the article container do
Used to hold content that makes sense on its own like Posts or Comments
what does the aside container do?
Used to hold sidebar sections that are tangentially related to the content
what does the figure container do?
Holds images, graphic content, code samples etc.
what does the figcaption container do?
Holds caption content for a corresponding figure element
what does the section container do?
A section of the page or chapter of an with a heading
what does the div container do?
<div>
A common container element used when other semantic elements do not seem appropriate
</div>