section

The section element is used to define a section of a document. It can be used to group related content together, such as a section of a blog post or a set of related articles.

Example:

<section>
<h2>Introduction</h2>
<p>This is the introduction to the section.</p>
</section>