font colour tag in html code example
Example 1: html font size
<span style="font-size:20px;"></span>
Example 2: how to color in html
<h1 style="color: red;">Hello</h1>
<span style="font-size:20px;"></span>
<h1 style="color: red;">Hello</h1>