CSS color property

  • Post category:CSS

Get the code of CSS color property and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.

<p>Simple text..</p>
<p style="color:red;">Red text..</p>
<p style="color:green;">Green text..</p>
<p style="color: blue;">Simple text..</p>
<p style="color: orange;">Simple text..</p>
<p style="color:cyan;">Simple text..</p>