HTML - Header (element)
Table of Contents
1 - About
UI - Header in html.
The header represents the header of a section.
Its principal use is to group header element such as:
2 - Articles Related
3 - Example
3.1 - Code
<section>
<header>
<p>Welcome! <a href="about.html">This is home of...</a></p>
<h1><a href="about.html">The Falcons!</a></h1>
<p><a href="about.html">The Lockheed Martin multirole jet
fighter aircraft!</a> This page discusses the F-16 Fighting
Falcon's innermost secrets.</p>
</header>
....
</section>