HTML and CSS question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

HTML and CSS question

Inside of HTML there is the <a href=""> tag which makes a link to another page. My question is what is the use for the pseudo class (a:link). If you can answer that would be greatly appreciated thank you.

21st Mar 2018, 9:05 PM
Bradley
1 Answer
+ 5
When you click a link it changes color which means that you have visited the site. With pseudo :link it only changes the style of unvisited links. The opposite is :visited
21st Mar 2018, 9:14 PM
Toni Isotalo
Toni Isotalo - avatar