The HTML <div></div>
element, or division, does not affect the presentation of its contents in any way, other than the consequences of its block-level status. This makes it very useful for custom CSS styles, and it is the primary component of a tableless layout. Its inline counterpart is the <span></span>
element.
Attributes
Global attributes
HTML example:
<div>TEXT TEXT TEXT</div>
Support
Internet Explorer
1.0
Firefox
1.0
Chrome
1.0
Safari
1.0
Opera
1.0