change color of font in html code example
Example 1: how to change font color in html
<p style="color: red;">This is paragraph in RED color</p>
Example 2: how to change font colour in html
<font color="red">
Lorem Ipsum
</font>
<p style="color: red;">This is paragraph in RED color</p>
<font color="red">
Lorem Ipsum
</font>