HTML style Attribute

Example using the style attribute to apply inline CSS.

Preview

Code

<p style="color:blue;font-size:20px;">
This paragraph is styled using the style attribute.
</p>

More HTML Attributes Examples (9)