Home » HTML » Html miscellaneous » Question
  1. A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

The dragover 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. When draggable element enters a drop target then dragenter event is occurred.



Your comments will be displayed only after manual approval.