Home / CSE MCQs / HTML MCQs :: Discussion

Discussion :: HTML MCQs

  1. When is the mouseover event fired?
  2. A.
    When mouse is moved over a new element
    B.
    When mouse is clicked
    C.
    When mouse is both moved and clicked
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    When the user moves the mouse so that it goes over a new element, the browser fires a mouseover event on that element.


Be The First To Comment