how to set font size in p tag in html code example
Example 1: html font size
<span style="font-size:20px;"></span>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>
<span style="font-size:20px;"></span>
<p style="color:red;">This paragraph is red.</p>