Menu
Text & Formatting

<span> Generic Inline

A non-semantic inline container for styling pieces of text.

1Inline Wrapper

Use <span> to apply CSS or JavaScript hooks to a slice of text without breaking the line.

Example Code
<p>Total: <span class="price">$49.99</span> only today!</p>

Finished reading?

Mark this topic as complete to track progress.