1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <title></title>
6 </head>
7 <body>
8 <h1>Quiz</h1>
9 <img src="quiz-img" height="250" width="500">
10
11
12 <!-- question example -->
13 <br>
14 <strong>What is the 3rd planet</strong>
15 <br>
16 <input type="checkbox">
17 <br>
18 <input type="checkbox">
19 <br>
20 <input type="checkbox">
21
22 </body>
23</html>