HTMLHTML5 Drag and Drop

HTML5 supports drag-and-drop features for interactive UIs.

<div draggable='true' style='width:100px;height:100px;background:red;'>Drag Me</div>