<header>
HTML <header> Element Reference
The HTML <header> element contains introductory material or navigational aids for a page or section.
Categories
- Sections
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical header element example.
<header>
<h1>Tool.io Reference</h1>
<nav><a href="/reference">References</a></nav>
</header>