True/False Questions for HTML5 Dragging and Dropping
1
setData() and getData() functions of dataTransfer object allow you to specify what data you
want to drag and drop with a draggable element. TrueView Answer
2
The dataTransfer object in HTML5 has a property named effectAllowed that lets you specify what drag-and-drop operation is allowed. TrueView Answer
3
ondragend events can occur in a non-draggable element. FalseView Answer
4
The ondragover event occurs in drop target. TrueView Answer
5
The ondragover event occurs in drop source FalseView Answer
6
The draggable attribute of an element, is set to true if you want to allow that element to be dragged. TrueView Answer