Q. Which event handler is triggered when the user’s mouse moves away from a link?
β
Correct Answer: (B)
onMouseOut
Explanation: The onMouseOut event handler is triggered when the user’s mouse moves away from the link.