1<!-- If you want a color on a specific text, use this : -->
2<p style="color:---"> Text <p>
3
4<!-- Here an exemple if you want a blue text-->
5<p stlye="color:blue"> Romuald <p>
6
7<!-- If you want a specific class in a color, use css, its better-->
1Not Supported in HTML 5 | Support till HTML 4
2<font color="red" face="Verdana, Geneva, sans-serif" size="+1">
3 Your formatted text goes here
4</font>