Answers for "ancor tag link psudo class"

0

ancor tag link psudo class

a:link {
  background-color: gold;
  color: green;
}
Posted by: Guest on April-02-2021
0

ancor tag link psudo class

<a href="#ordinary-target">This is an ordinary link.</a><br>
<a href="">You've already visited this link.</a><br>
<a>Placeholder link (won't get styled)</a>
Posted by: Guest on April-02-2021

Browse Popular Code Answers by Language