header
Contains information displayed at the bottom of an element.
Overview
The header element displays additional information that describes its containing element. Here’s an example that displays a title and a short description.
<header>
<title>Hello World</title>
<description>Everyone writes it!</description>
</header>