Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. Which event is fired as the mouse is moving over an element when a drag is occurring?

  2. A.

     dragover

    B.

     dragenter

    C.

     dragstart

    D.

     dragleave

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    This event is fired as the mouse is moving over an element when a drag is occurring. Much of the time, the operation that occurs during a listener will be the same as the dragenter event.


Be The First To Comment