header
Represents a container for introductory content or navigational links. Semantic landmark element.
Syntax
html
<header>...</header>Example
html
<header>
<nav>...</nav>
<h1>Page Title</h1>
</header>Represents a container for introductory content or navigational links. Semantic landmark element.
<header>...</header><header>
<nav>...</nav>
<h1>Page Title</h1>
</header>