how to color html text code example
Example 1: how to change font color in html
<p style="color: red;">This is paragraph in RED color</p>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>
<p style="color: red;">This is paragraph in RED color</p>
<p style="color:red;">This paragraph is red.</p>