Header tag use or not and what if not?

When to use like:

<h2>the title</h2>
<p>the text</p>

or

<header>
<h2>the title</h2>
<p>the text</p>
</header>

Is take much advantage to use it or not? I mean the header tag?

Thanks!

* one or more heading elements (<h1> - <h6>)
* logo or icon
* authorship information

https://www.w3schools.com/tags/tag_header.asp

1 Like