Background Color Style

Example showing how to apply background color using style attribute.

Preview

Code

<p style="background-color:lightblue;">
This paragraph has a light blue background.
</p>

More HTML Styles Examples (7)