Which event handler is triggered when the user’s mouse moves away from a link?
A
onMouseOver
B
onMouseOut
C
onMouse
D
onMouseOnto
Correct Answer: onMouseOut
The onMouseOut event handler is triggered when the user’s mouse moves away from the link. It is often used together with onMouseOver attribute.