back

Span

Tag: <span>

Similar to the div tag, the span tag is used to define a section in the webpage.
But while the div is used for large block content, the span is used for smaller, inline content.
The span is closed with the closing tag </span>

Example