The <section>
HTML element represents a generic standalone section of a document, which doesn't have a more specific semantic element to represent it. Sections should always have a heading, with very few exceptions.
Definition and Usage
The <section>
tag defines a section in a document.
Browser Support
The numbers in the table specify the first browser version that fully supports the element.
Global Attributes
The <section>
tag also supports the Global Attributes in HTML.
Event Attributes
The <section>
tag also supports the Event Attributes in HTML.