add color to html code example
Example 1: how to color in html
<h1 style="color: red;">Hello</h1>
Example 2: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
<h1 style="color: red;">Hello</h1>
<font face="yourfont">
Lorem Ipsum
</font>