HTML5 draggable is one of the HTML5 feature which allows users to drag and drop any element inside the page.
HTML5 draggable is a markup attribute that powers the Drag and Drop API; When set on an element like so "draggable="true"
", it becomes an object that can be dragged and dropped across the ui, by the user.