drag and drop divs html code example Example: drag and drop html function drag(ev) { ev.dataTransfer.setData("text", ev.target.id); }