The <header> tag
The <header>
element is located at the "head" of the website and represents introductory content or a set of navigational links.
Generally, the header element includes:
• One or more headings (<h1>
- <h6>
)
• Authorship information
Remember that the <header>
element requires both the start and end tags. The HTML page may include more than one <header>
but it cannot sit inside <footer>
, <address>
, or another <header>
element.