HTML Color Names

Example using named colors in HTML.

Preview

Code

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

More HTML Colors Examples (7)