:hover
↔ Pseudo-Class to match Element when user pointer over Element
will be overwritten by subsequent link Pseudo-Class i.e. :link, :visited or :active
change <a> background to red on mouse hover
a:hover {
background-color: red;
}