Answers for "html anchor default color"

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

Browse Popular Code Answers by Language