Which event handler is triggered when the user’s mouse moves onto a link?
A
onMouseOver
B
onMouseOut
C
onMouse
D
onMouseOnto
Correct Answer: onMouseOver
The onmouseover attribute fires when the mouse pointer moves over an element. The onmouseover attribute is often used together with the onmouseout attribute.