a:focus anchor pseudo class
You probably know about the a:hover pseudo class in CSS which is used for changing a anchor tag style when a user hovers over a link. Today, I discovered the a:focus pseudo class which does a similar job, but for when a user highlights a link using keyboard navigation (i.e., tabbing to the link). In [...]