HTML and CSS Reference
In-Depth Information
Name
header
Synopsis
<header> . . . </header>
Not in HTML 4.01 .Representsinformationthatgoesatthebeginningofasection,mostoften
the headline, but the header may also include navigation links, advertising, introductions, etc.
It may contain any flow content except header or footer elements.
Usage
Categories:
Flow content, palpable content
Permitted contexts:
Where flow content is expected
Permitted content:
Flow content, but it may not contain header or footer elements
Start/end tags:
Required/Required
Attributes
HTML5 Global Attributes
Examples
<body>
<header>
<nav><ul><li>About</li><li>Home</li></ul></nav>
<h1>White Rabbits</h1>
<p>Welcome to the White Rabbits fan site.</p>
Search WWH ::




Custom Search