<section>

The HTML <section> element represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading. Each <section> should be identified, typically by including a heading (<h1>-<h6> element) as a child of the <section> element.

https://developer.mozilla.org/en/docs/Web/HTML/Element/section

Can I Use <section>?

Can I Use section? Data on support for the section element across the major browsers from caniuse.com.

Sandbox