change color of a tag text code example
Example 1: html text color tag
<p style="color:lime;">lime</p>
Example 2: html how to change text color
<p style="color:red;">This paragraph is red.</p>
<p style="color:lime;">lime</p>
<p style="color:red;">This paragraph is red.</p>