Skip to content

Commit 0f865b1

Browse files
committed
DOM
1 parent a9e2ce2 commit 0f865b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DOM/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ <h3>DOM: Document Object Model</h3>
2525
<div class="input">
2626
<input type="password" name="" id="">
2727
</div>
28+
<ul>
29+
<li>One</li>
30+
<li>Two</li>
31+
<li>Three</li>
32+
</ul>
2833
</div>
2934
</body>
3035
<script src="script.js"></script>

0 commit comments

Comments
 (0)