Inline CSS Style

Example showing inline CSS applied directly to an element.

Preview

Code

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

More HTML CSS Examples (9)