html js inline color text code example
Example 1: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>
Example 2: html inline style
<element style="css">
<font face="yourfont">
Lorem Ipsum
</font>
<element style="css">