InterviewSolution
Saved Bookmarks
| 1. |
Is drag and drop possible using HTML5 and how? |
|
Answer» YES, in HTML5 we can drag and drop an ELEMENT. This can be achieved USING the drag and drop-related events to be used with the element which we want to drag and drop. |
|