Multiple CSS Properties

Example using multiple CSS properties inside the style attribute.

Preview

Code

<p style="color:white;background:black;padding:10px;font-size:18px;">
Styled text using multiple CSS properties.
</p>

More HTML Styles Examples (7)