-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 938 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h2>Javascript in the DOM</h2>
<h2>How To Javascript To Manipulate The HTLM & CSS</h2>
<button id="gc">Generate Color</button>
<img src="./img/avatar.png" />
<img src="../pizza.png" />
<img src="https://images.unsplash.com/photo-1620549850639-37929c296496?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=334&q=80" />
</body>
<!-- <script src="first.js"></script> -->
<!-- <script src="./second.js"></script> -->
<!-- <script src="./third.js"></script> -->
<!-- <script src="./evenOrOdd.js"></script> -->
<!-- <script src="./prime.js"></script> -->
<!-- <script src="./functionOne.js"></script> -->
<!-- <script src="./almightyFormular.js"></script> -->
<script src="./colors.js"></script>
<!-- <script src="./pickABank.js"></script> -->
</html>