html font red code example
Example 1: html font size
<span style="font-size:20px;"></span>
Example 2: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 3: how to change font color in html
<p style="color: red;">This is paragraph in RED color</p>
Example 4: font tag html
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>
Example 5: how to change font in html
<font face="yourfont">
Lorem Ipsum
</font>