-
Notifications
You must be signed in to change notification settings - Fork 0
/
newQuestion23.html
34 lines (27 loc) · 919 Bytes
/
newQuestion23.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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<title> Old Testiment Question 23</title>
</head>
<body>
<script src="script.js"></script>
<div id="gameArea">
<h3> Old Testament </h3>
<h3> What is the twenty-third book of the bible? </h3>
<div>
<button onclick= "restart()" id="choiceA"> Daniel </button> <!-- wrong answer -->
<button onclick= "restart()" id="choiceB"> Song of Solomon </button> <!-- wrong answer -->
</div>
<div>
<button onclick= "restart()" id="choiceC"> Joel </button> <!-- wrong answer -->
<button onclick= "newQuestion23()" id="choiceD"> Isaiah </button> <!-- correct answer -->
</div>
<div id= "button-appear"> </div>
<a href="index.html"> <button id="home"> Back to Home</button></a>
</div>
</body>
</html>