html quiz template
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<h1>Quiz</h1>
<img src="quiz-img" height="250" width="500">
<!-- question example -->
<br>
<strong>What is the 3rd planet</strong>
<br>
<input type="checkbox">
<br>
<input type="checkbox">
<br>
<input type="checkbox">
</body>
</html>