I saw in many tutorial

Like

<section>
content
</section>

But still is a valid semantic?

<section>
<header>
<h2>Section title</h2>
<p>Other words</p>
</header>
content
</section>

?

Thanks!

Yes. Iā€™m not sure of the question. Yes, you have nest things inside a section. Yes, you can have more than one header per document.

1 Like

Yes it is still valid and can use

1 Like