Answers for "change color of link to text tag"

0

how to change text color of anchor tag in html

a:
{
  color: green;
  background-color: transparent;
  text-decoration: none;
}
Posted by: Guest on April-20-2021

Code answers related to "change color of link to text tag"

Browse Popular Code Answers by Language