inline text color html code example
Example 1: how to color in html
<h1 style="color: red;">Hello</h1>
Example 2: how to add css to html
<link rel="stylesheet" href="hi.css">
Example 3: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>