1.

Which event handler is triggered when the user’s mouse moves onto a link?(a) onMouseOver(b) onMouseOut(c) onMouse(d) onMouseOntoI have been asked this question in examination.I need to ask this question from Animation in section Caching, Debugging and Animation of JavaScript

Answer»

The correct option is (a) onMouseOver

For explanation I would say: The onmouseover attribute FIRES when the MOUSE pointer MOVES over an element. The onmouseover attribute is OFTEN used together with the onmouseout attribute.



Discussion

No Comment Found

Related InterviewSolutions