WE BELIEVE IN QUALITY SERVICE

<header> Tag

The <header> tag is introduced in HTML5. It is used to define a header for a section or a document. <header> tag can contain headings, subheadings, navigational controls, version information, etc. It can also be used to wrap table of contents, a search form, or logos.

Example:

<header>
<h1> This is a Heading. </h1>
<h2> This is another heading. </h2>
<p> This is a paragraph. </p>
</header>
<p> This is out of header section. </p>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<header> 4.0 6.0 9.0 11.1 5.0