There was an error while loading. Please reload this page.
1 parent 6bb16a4 commit 6c9f497Copy full SHA for 6c9f497
assets/files/drag-drop.html
@@ -35,7 +35,7 @@ <h2>Drag and Drop</h2>
35
<h3>Drag the image into the rectangle.</h3>
36
37
<div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)">
38
- <img src="lib/img/7.jpg" draggable="true" ondragstart="drag(event)" id="drag1" width="500" height="250" alt="Horse"/>
+ <img src="assets/images/horse.jpg" draggable="true" ondragstart="drag(event)" id="drag1" width="500" height="250" alt="Horse"/>
39
</div>
40
41
<div id="div2" ondrop="drop(event)" ondragover="allowDrop(event)"></div>
assets/images/horse.jpg
394 KB
0 commit comments