Vidyalelo
HTML · Q9

HTML Fonts, Tags And Elements

Programming · HTML · question 9

Q9

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

A.
dragover
Answer
B.
dragenter
C.
dragstart
D.
dragleave

Answer: Option A

Solution

Answer: Option A
Solution:
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.