-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (63 loc) · 2.09 KB
/
index.html
File metadata and controls
73 lines (63 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Week 06 </title>
<h1> Simple Maths Game </h1>
</head>
<body>
<p><strong> Question 1 : </strong>
<span id="question1"></span>
<span id="answer1"></span>
<span id="feedback1"></span>
</p>
<p><strong> Question 2 : </strong>
<span id="question2"></span>
<span id="answer2"></span>
<span id="feedback2"></span>
</p>
<p><strong> Question 3 : </strong>
<span id="question3"></span>
<span id="answer3"></span>
<span id="feedback3"></span>
</p>
<p><strong> Question 4 : </strong>
<span id="question4"></span>
<span id="answer4"></span>
<span id="feedback4"></span>
</p>
<p><strong> Question 5 : </strong>
<span id="question5"></span>
<span id="answer5"></span>
<span id="feedback5"></span>
</p>
<p><strong> Question 6 : </strong>
<span id="question6"></span>
<span id="answer6"></span>
<span id="feedback6"></span>
</p>
<p><strong> Question 7 : </strong>
<span id="question7"></span>
<span id="answer7"></span>
<span id="feedback7"></span>
</p>
<p><strong> Question 8 : </strong>
<span id="question8"></span>
<span id="answer8"></span>
<span id="feedback8"></span>
</p>
<p><strong> Question 9 : </strong>
<span id="question9"></span>
<span id="answer9"></span>
<span id="feedback9"></span>
</p>
<p><strong> Question 10 : </strong>
<span id="question10"></span>
<span id="answer10"></span>
<span id="feedback10"></span>
</p>
<script src="script.js"></script>
</body>
</html>