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