-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathidex.html
34 lines (29 loc) · 844 Bytes
/
idex.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="b1">
<button id="plus">+</button>
<div id="number">1</div>
<button id="minus">-</button>
</div>
<button id="b2">click to change color</button>
<div id="div2"></div>
<button id="b3">hide</button>
<div id="div3"></div>
<button id="b4">click random color</button>
<div id="div4"></div>
<div id="all">
<div id="b5">Do you like me</div>
<div id="yes">Yes</div>
<div id="no">No</div>
<div id="ccc">I know it!!</div>
</div>
<script src="aa.js"></script>
</body>
</html>