Vidyalelo
JavaScript · Q9

Animation

Programming · JavaScript · question 9

Q9

Which event handler is triggered when the user’s mouse moves onto a link?

A.
onMouseOver
Answer
B.
onMouseOut
C.
onMouse
D.
onMouseOnto

Answer: Option A

Solution

Answer: Option A
Solution:
The onMouseOver event handler is triggered when the user’s mouse moves onto the link.