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