SECTION
The section element represents a generic section of a document or application.
SYNTAX
HTML
<section attribute-name="attribute-value"></section>
ATTRIBUTES
CSS
section {
display: block;
}