text size in paragraph html code example
Example 1: html font size
<span style="font-size:20px;"></span>
Example 2: how to give color to text in html
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
<span style="font-size:20px;"></span>
HTML color to text
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>