-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.05 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
<head>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<script src="script.js"></script>
</head>
<body>
<br>
<h1> GCSE Biology Revision </h1>
<br>
<div class="div">
<p>On this website we have lots of practice questions for GCSE Biology. You can browse by topic, view helpful diagrams or try the big Jumbo Quiz.</p>
</div>
<br>
<div class="div">
<h1>Diagram Gallery</h1>
<br>
<div id="sampleimg">
<center><img id ="img1" src="galaxies-diagram.png" class="image"></center>
</div>
<script>selSampleImg()</script>
<br>
<center><button onclick="selSampleImg()">Refresh</button></center><br><br>
<button class="link">Click here for more diagrams</button>
<p><a href="jumboquiz.html">Click me!</a></p>
</div>
<br>
<div class="div">
<h1>Topics</h1>
<button class="link" onclick="newPage('The Earth Topic Quiz', 3)"> 1) The Earth </button><br>
<button class="link" onclick="newPage('The Moon Topic Quiz', 4)"> 2) The Moon </button><br>
<br>
</div>
</body>