Q85
When is the mouseover event fired?
A.
When mouse is moved over a new element
AnswerB.
When mouse is clicked
C.
When mouse is both moved and clicked
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
When the user moves the mouse so that it goes over a new element, the browser fires a mouseover event on that element.