Vidyalelo
HTML · Q10

HTML Fonts, Tags And Elements

Programming · HTML · question 10

Q10

The _________ event is fired on the element where the drop occurred at the end of the drag operation.

A.
drag
B.
drop
Answer
C.
dragstart
D.
dragenter

Answer: Option B

Solution

Answer: Option B
Solution:
The drop event is fired on the element where the drop occurred at the end of the drag operation. A listener would be responsible for retrieving the data being dragged and inserting it at the drop location.