Span Styling Example

Example styling inline text using span.

Preview

Code

<p>
Normal text and
<span style="color:blue;font-weight:bold;">
styled inline text
</span>.
</p>

More HTML Block & Inline Examples (5)