Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>Drag Image Test</title>
</head>
<body>
<img src="green.png" width=100 height=100>
<div id='over' style='width: 100px; height: 100px; border: 1px solid black;'
ondragover="event.preventDefault();"></div>
</body>
</html>