zacharylamhk/itil-questionbank
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ITIL Quiz</title>
<style>
body { font-family: Arial, sans-serif; }
.container { max-width: 600px; margin: 0 auto; padding: 20px; }
.question { font-weight: bold; }
.options { list-style-type: none; padding: 0; }
.options li { margin: 10px 0; }
.result { margin-top: 20px; font-weight: bold; }
</style>
</head>
<body>
<div class="container">
<div id="quiz"></div>
<button id="nextBtn">Next Question</button>
</div>
<script src="quiz.js"></script>
</body>
</html>