Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ <h4>This is your sample photo</h4>
<p>This is your description of the photo</p><br><br>
<p>&#129374; &#129377;&#129369;&#129384;&#129376;&#129383; </p><br><br>
<p>This is your sample Double Click</p>
<button ondblclick="myFunction()">Double-click me</button> <p id="demo"></p>
<button ondblclick="myFunction()">Double-click me</button> <p id="demo2"></p>
<script>
function myFunction() {
document.getElementById("demo").innerHTML = "Your Sample Double Click worked!";
document.getElementById("demo2").innerHTML = "Your Sample Double Click worked!";
}
</script>
<br><br><p>This is your Sample drag and drop</p><p>Drag Pizza into the Pizza box:</p>
Expand Down