html header that code example
Example: header html element
<header>
<h1>Main page heading here</h1>
<p>Posted by John Doe</p>
</header>
<!--
A <header> element typically contains:
- one or more heading elements (<h1> - <h6>)
- logo or icon
- authorship information
-->