Check out example codes for "font tag html". It will help you in understanding the concepts better.
Code Example 1
<!-- If you want a color on a specific text, use this : -->
<p style="color:---"> Text <p>
<!-- Here an exemple if you want a blue text-->
<p stlye="color:blue"> Romuald <p>
<!-- If you want a specific class in a color, use css, its better-->
Code Example 2
<span style="font-size:20px;"></span>
Code Example 3
<p style="font-family:verdana">This is a paragraph.</p>
<p
style="font-family:'Courier New'">This is another paragraph.</p>
Code Example 4
Not Supported in HTML 5 | Support till HTML 4
<font color="red" face="Verdana, Geneva, sans-serif" size="+1">
Your formatted text goes here
</font>
Learn ReactJs, React Native from akashmittal.com