html5 text color code example
Example 1: how to color in html
<h1 style="color: red;">Hello</h1>
Example 2: html text color tag
<p style="color:lime;">lime</p>
Example 3: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>