Link Pseudo-Classes (In Order)

Avatar of Chris Coyier
Chris Coyier on (Updated on )
a:link    { color: blue; }
a:visited { color: purple; }
a:hover   { color: red; }
a:focus   { outline: 1px solid blue; }
a:active  { color: yellow ;}

Link, Visited, Hover, Active
L, V, H, A
LoVe, HAte

That’s missing the “Focus” state though, so maybe try thinking:

“Lord Vader Hates Fluffy Animals”