Which of the following are the drag and drop events?
A
drop
B
dragstart
C
both drop and dragstart
D
dropover
Correct Answer: both drop and dragstart
HTML Drag and Drop interfaces enable applications to use drag and drop features in Firefox and other browsers. The API defines the following seven event types : dragstart drag dragend dragenter dragover dragleave drop