Inline CSS Example

Inline CSS applies styles directly to an HTML element using the style attribute.

Preview

Code

<p style="color:red;font-size:18px;">
This paragraph uses inline CSS styling.
</p>

More CSS How To Examples (5)