Remember: Lord Vader Hates Furry Animals (CSS-TRICKS > Link Pseudo-Classes (In Order))
- :link selector to style links to unvisited pages (CSS :link Selector)
- :visited selector to style links to visited pages(CSS :visited Selector)
- :hover selector to style links when you mouse over them (CSS :hover Selector)
- :focus selector is used to select the element that has focus (w3schools.com > CSS :focus Selector)
- :focus should be used for accessibility and keyboard users (CSS-TRICKS > Link Pseudo-Classes (In Order))
- Usually the styling as :hover
- :active selector is used to select and style the active link (w3schools.com > CSS :active Selector)
- :active MUST come after :hover (if present) in the CSS definition in order to be effective!
- a link becomes active when you click on it