header element | header object
[This documentation is preliminary and is subject to change.]
Represents a group of introductory or navigational aids.
![]() |
Standards information
There are no standards that apply here.
HTML information
| Closing Tag | required |
|---|---|
| CSS Display | block |
DOM Information
Inheritance Hierarchy
Node
header
Element
header
Remarks
Windows Internet Explorer 9. The header element is only supported for webpages displayed in IE9 Standards mode. For more information, see Defining Document Compatibility.
A header element can contain the section's heading (an h1-h6 element or an hgroup element) but this is not required. The header element can also be used to wrap a section's table of contents, a search form, or any relevant logos.
The header element is not sectioning content; it does not introduce a new section.
See also
Build date: 3/8/2012
