<div>
Browser |
|
---|---|
Type |
The DIV element defines a section in a document.
You can also use it as a style container.
<div>block-level section</div>
The two types of section
DIV element (Block-level element) : Defines a block-level section.
SPAN element (Inline element) : Defines a inline section.