Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which event handler is triggered when the user’s mouse moves onto a link?

  2. A.

     onMouseOver

    B.

     onMouseOut

    C.

     onMouse

    D.

     onMouseOnto

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The onMouseOver event handler is triggered when the user’s mouse moves onto the link.


Be The First To Comment