Q9
Which event handler is triggered when the user’s mouse moves onto a link?
A.
onMouseOver
AnswerB.
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.