html font size text code example
Example 1: make text blue html
<p style="color:blue;">This paragraph is blue.</p>
Example 2: html font size
font-size:20px;
"default size is : +-16px;"
<p style="color:blue;">This paragraph is blue.</p>
font-size:20px;
"default size is : +-16px;"