SyntaxStudy
Sign Up

<span>

tag

Generic inline container with no semantic meaning. Used for styling or scripting a part of text.

Syntax

<span class="highlight"> ... </span>

Example

html
<p>The price is <span class="price">$9.99</span> per month.</p>
<p>Status: <span style="color: green;">Active</span></p>