HTML5 Drag and Drop

# Introduction HTML 5 gives us the Drag and Drop API, which allows almost any element on a page to be draggable, simply by adding the `draggable=true` tag to that HTML element and coding accordingly. This feature also opens up more interesting interactions and endless possibilities for front-end development. The challenge was to make a square block of colour on the page draggable, and to drag it to a specific area.

|60 : 00

Click the virtual machine below to start practicing