Inline Text Color

Example using the style attribute to change text color.

Preview

Code

<p style="color:red;">This text is red.</p>
<p style="color:blue;">This text is blue.</p>

More HTML Styles Examples (7)