In HTML, any element can be dragged and dropped. Drag and Drop is a very common feature. It is when you grab an object and drag it to a different location.
draggable="true" on the elementondragstart event to set dataondragover on the drop target (prevent default)ondrop to accept the dropped elementEdit the code below and click Run to see the result live.