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