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