-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (72 loc) · 1.98 KB
/
Copy pathindex.html
File metadata and controls
114 lines (72 loc) · 1.98 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="155 characters of call to action">
<title>JS Exercises - Week 2</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<h1 class="center">JS Exercises</h1>
<h2 class="center">Loops</h2>
</header>
<main>
<h2>Question 0:</h2>
<p>Status of JS page Connected: <span id="q0" class="status-bad">NOT connected properly</span></p>
<hr>
<h2>Question 1:</h2>
<p><span id="q1"></span>
</p>
<hr>
<h2>Question 2:</h2>
<p><span id="q2"></span>
</p>
<hr>
<h2>Question 3:</h2>
<p><span id="q3"></span>
</p>
<hr>
<h2>Question 4:</h2>
<p><span id="q4"></span>
</p>
<hr>
<h2>Question 5:</h2>
<p><span id="q5"></span>
</p>
<hr>
<h2>Question 6:</h2>
<p><span id="q6"></span>
</p>
<hr>
<h2>Question 7:</h2>
<p><span id="q7"></span></p>
<hr>
<h2>Question 8:</h2>
<p><span id="q8"></span></p>
<hr>
<h2>Question 9:</h2>
<p><span id="q9"></span></p>
<hr>
<h2>Question 10 - 15:</h2>
<p></p>
<hr>
<h2>Question 16:</h2>
<p><span id="q16"></span></p>
<hr>
<h2>Question 17:</h2>
<p><span id="q17"></span></p>
<hr>
<h2>Question 18:</h2>
<p><span id="q18"></span></p>
<hr>
<h2>Question 19:</h2>
<p><span id="q19"></span></p>
<hr>
<h2>Question 20</h2>
<p><span id="q20"></span></p>
<hr>
</main>
</body>
</html>