-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (37 loc) · 1.27 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>exercise 1</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="exercise1.css">
</head>
<body>
<h1>Test Your Knowledge</h1>
<p>Did you know the answers to the following questions?</p>
<h2>Q1: Can you identify the number that is three more than one-fifth of one-half of 5,000?</h2>
<div id="homer"></div>
<div class="optionsQ1">
<ul>
<li class="correct"><a href="#">503</a></li>
<li><a href="#">105</a></li>
<li><a href="#">109</a></li>
<li><a href="#">53</a></li>
<li><a href="#">68</a></li>
</ul>
</div>
<h2>Q2: What number does "giga" mean?</h2>
<div id="trump"></div>
<div class="optionsQ2">
<ol>
<li><a href="#">thousand</a></li>
<li><a href="#">million</a></li>
<li><a href="#">billion</a></li>
<li class="correct"><a href="#">trillion</a></li>
<li><a href="#">googol</a></li>
</ol>
</div>
<h2>Q3: What is the largest island in the word?</h2>
<p> <span class="greenland">Greenland</span> is the considered to be the word's largest island with an area if 2,166,086 km<sup>2</sup>.
Greenland's population is approximately 56,452. It is located between the Arctic Ocean and North Atlantic Ocean.</p>
</body>
</html>