Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> .move { cursor: move; background: gold; padding: 20px; font-size: 9vh; } </style> <div class="move" draggable="true"> Hover over me to see that I am draggable. </div>
Preview