Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The <header> 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.
When not nested within sectioning content, <main>, or an element with the same ARIA role as these elements' implicit ARIA role, then the <header> element has an identical meaning to the site-wide banner landmark role. It defines a global site header, which usually includes a logo, company name, search feature, and possibly the global navigation or a slogan. It is generally located at the top of the page.
Otherwise, when nested within said elements, it loses its landmark status and represents a group of introductory or navigational aids for the surrounding section. It usually contains the surrounding section's heading (an h1 – h6 element) and optional subheading, but this is not required.
The <header> element originally existed at the very beginning of HTML for headings. It is seen in the very first website. At some point, headings became <h1> through <h6>, allowing <header> to be free to fill a different role.
This element only includes the global attributes.
The <header> element defines a banner landmark when its context is the <body> element.
When placed inside an <article>, <main>, <section>, <nav>, <aside>, or an element with the same ARIA role as these elements' implicit ARIA role, the <header> element has the generic role instead, and is no longer considered a landmark. In this case, it cannot be labeled with aria-label or aria-labelledby.
| Flow content, palpable content. |
| Flow content, but with no <header> or <footer> descendant. |
| None, both the starting and ending tag are mandatory. |
| Any element that accepts flow content. Note that a <header> element must not be a descendant of an <address>, <footer> or another <header> element. |
| banner, or generic if a descendant of an article, aside, main, nav or section element, or an element with article, complementary, main, navigation or region role |
| group, presentation or none |
| HTMLElement |
| HTML # the-header-element |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 24, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.