HTML <header> element


<header> is a new HTML5 element. It defines the header section of a web page.

<header>
<h3>Human diseases caused by viruses</h3>
</header>
<article>
...
</article>

Human diseases caused by viruses