Which event handler is triggered when the user’s mouse moves onto a link?
Which event handler is triggered when the user’s mouse moves onto a link? Correct Answer onMouseOver
The onmouseover attribute fires when the mouse pointer moves over an element. The onmouseover attribute is often used together with the onmouseout attribute.