Tutorial Link Pseudo-Classes (In Order)
a:link {color: blue;} a:visited {color: purple;} a:hover {color: red;} a:active {color: yellow;} Link, Visited, Hover, Active L, V, H, A LoV...
https://iskablogs.blogspot.com/2014/03/tutorial-link-pseudo-classes-in-order.html
a:link {color: blue;}
a:visited {color: purple;}
a:hover {color: red;}
a:active {color: yellow;}
Link, Visited, Hover, Active
L, V, H, A
LoVe, HAte
a:visited {color: purple;}
a:hover {color: red;}
a:active {color: yellow;}
Link, Visited, Hover, Active
L, V, H, A
LoVe, HAte