Vidyalelo
JavaScript · Q10

Animation

Programming · JavaScript · question 10

Q10

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

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

Answer: Option B

Solution

Answer: Option B
Solution:
The onMouseOut event handler is triggered when the user’s mouse moves away from the link.