Content Sectioning Flashcards

1
Q

Content Sectioning

A

Content sectioning elements allow you to organize the document content into logical pieces. Use the sectioning elements to create a broad outline for your page content, including header and footer navigation, and heading elements to identify sections of content.

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

address

A

The <address> HTML element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.</address>

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

article

A

The HTML element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include: a forum post, a magazine or newspaper article, or a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.

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

aside

A

The HTML element represents a portion of a document whose content is only indirectly related to the document’s main content. Asides are frequently presented as sidebars or call-out boxes.

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

footer

A

The HTML element represents a footer for its nearest sectioning content or sectioning root element. A typically contains information about the author of the section, copyright data or links to related documents.

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

header

A

The HTML element represents introductory content, typically a group of introductory or navigational aids. It may contain some heading elements but also a logo, a search form, an author name, and other elements.

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

h1, h2, h3, h4, h5, h6

A

The <h1> to </h1><h6> HTML elements represent six levels of section headings. </h6><h1> is the highest section level and </h1><h6> is the lowest.</h6>

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

main

A

The HTML element represents the dominant content of the body of a document. The main content area consists of content that is directly related to or expands upon the central topic of a document, or the central functionality of an application.

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

nav

A

The HTML element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.

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

section

A

The HTML element represents a generic standalone section of a document, which doesn’t have a more specific semantic element to represent it. Sections should always have a heading, with very few exceptions.

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