how to change anchor tag color code example
Example: how to change text color of anchor tag in html
a:
{
color: green;
background-color: transparent;
text-decoration: none;
}
a:
{
color: green;
background-color: transparent;
text-decoration: none;
}