a {

color: red;

}

Simple enough – we just use the tag name (a) to highlight all links. Nothing new here, we are simply adding a style to a tag. Now let’s take things a step further by styling the text differently when the user hovers over the link.