Drag and Drop Lab
Medium
28
2
51.0% Acceptance
In this lab, you have to implement drag and drop functionality within a web page. The objective is to have a draggable div element, which can be dragged and dropped onto a container div element. When the draggable element is dropped over the container or dragged away, the container's background color should change accordingly.