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