Question - Why do you think the addition of drag-and-drop functionality in HTML5 is important? How will you make an image draggable in HTML5?
Answer -
When it comes to UI interaction, the drag-and-drop is essential functionality. Almost all modern U.I.s have it. It makes copying, moving, and linking an object, such as an image or a link, very easy.
To make an image draggable in HTML5, we need to set the draggable image attribute true i.e.:
type =