font-color of text html code example
Example 1: how to color in html
<h1 style="color: red;">Hello</h1>
Example 2: font tag html
Not Supported in HTML 5 | Support till HTML 4
<font color="red" face="Verdana, Geneva, sans-serif" size="+1">
Your formatted text goes here
</font>