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