How can i make an image draggable in HTML5? can’t able to dragg the image? what is the tag used to drag image in html?
To make an image draggable, u need to make draggable attribute is set to true, use the tag "img draggable="true,.
Post edited by TechnoBear to remove signature
That doesn’t help the OP much, does it, just giving one piece of the puzzle? Perhaps you could give the full code required? No doubt you could improve on the W3schools example.
1 Like
There’s an example here. I’m sure others can improve on it.
1 Like
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.