Question: I only need 3 correct answers to this question. 9. Visual feedback 1 point possible (graded) How can we add visual feedback when dragging and
9. Visual feedback 1 point possible (graded) How can we add visual feedback when dragging and dropping elements? O We should change the CSS style of draggable elements when the mouse cursor goes over them O The above is not necessary: the draggable elements are highlighted automatically when the mouse cursor goes over themm O We can listen to the dragstart, dragend, dragover, dragenter, dragleave events (by adding listeners to the HTML element that is a drop zone), and change some CSS values styling the drop zone o we can customize the mouse cursor in drag and drop related listeners, O The droppable-true attribute, when added to a drop zone, automatically highlights the element when the cursor enters its area, while dragging an element. Note: Make sure you select all of the correct options. Three are correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
