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