[A] ondragdrop
[B] ondragover
[C] ondragend
[D] ondragstart

The correct answer is D) ondragstart

Try it Yourself »

The ondragstart event is fired when an element is dragged. This event can be used to trigger a range of actions, such as selecting the element or moving it to a new position.