Term
|
Definition
The HTML <address> element indicates that the enclosed HTML provides contact information for a person or people, or for an organization. |
|
|
Term
|
Definition
The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable |
|
|
Term
|
Definition
The HTML <aside> element represents a portion of a document whose content is only indirectly related to the document's main content. |
|
|
Term
|
Definition
The HTML <footer> element represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents. |
|
|
Term
|
Definition
The HTML <header> 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. |
|
|
Term
<h1>, <h2>, <h3>, <h4>, <h5>, <h6> |
|
Definition
The HTML <h1>–<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. |
|
|
Term
|
Definition
The HTML <hgroup> element represents a multi-level heading for a section of a document. It groups a set of <h1>–<h6> elements. |
|
|
Term
|
Definition
The HTML <main> 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. |
|
|
Term
|
Definition
The HTML <nav> 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. |
|
|
Term
|
Definition
The HTML <section> element represents a standalone section — which doesn't have a more specific semantic element to represent it — contained within an HTML document. |
|
|