If you want to change the color of a link to red when moving mouse pointer on top of it, which CSS property you need to change?
Answer options
A
a:hover{ color: red; }
B
CSS
C
<div>
D
<span>
Correct answer: a:hover{ color: red; }
Explanation
The correct answer is: a:hover{ color: red; }.