CSS Pseudo-Classes

Some CSS selectors allow use to use what are called CSS pseudo-classes in order to add some special effects. Probably the best example of this is the anchor tag and it’s hover features.
Anchor tag’s behaviours can be manipulated by using pseudo-classes. Let’s say we want a link to go bold when we hover [...]