Consider the following code. What style will be applied to the link when the cursor hovers over it?
a:link { color: black; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: yellow; }
Consider the following code. What style will be applied to the link when the cursor hovers over it?
a:link { color: black; }
a:visited { color: grey; }
a:hover { color: red; }
a:active { color: yellow; }