div
The div element represents a generic container for flow content that by itself does not represent anything.
Attributes
<div attribute-name="attribute-value"></div>
CSS
div {
display: block;
}