-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 902 Bytes
/
index.html
File metadata and controls
38 lines (36 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<style>
/* div {
min-width: 100px;
min-height: 100px;
padding: 30px;
border: 1px solid red;
} */
</style>
</head>
<body>
<!-- <div id="grandParent">
<div id="parent">
<div id="child">
child
</div>
</div>
</div> -->
<!-- <div id="category">
<li id="laptop">laptop</li>
<li id="camera">camera</li>
<li id="shoe">dresses</li>
</div> -->
<!-- <div id="login">
<input id="name" data-uppercase/>
<input id="password"/>
</div> -->
<!-- <input onKeyUp="betterFunction()"/> -->
<!-- <script src="./index.js"></script> -->
<!-- <script src="./EventDelegation.js"></script> -->
<!-- <button onclick="expensive()">Resize Me</button> -->
<script src="./Sum(1)(2)(3)(4).js"></script>
</body>
</html>