Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to change text color of anchor tag in html

a:
{
  color: green;
  background-color: transparent;
  text-decoration: none;
}
 
PREVIOUS NEXT
Tagged: #change #text #color #anchor #tag #html
ADD COMMENT
Topic
Name
9+8 =