Q10
Which event handler is triggered when the user’s mouse moves away from a link?
A.
onMouseOver
B.
onMouseOut
AnswerC.
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.