-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResult.html
More file actions
36 lines (36 loc) · 1.47 KB
/
Result.html
File metadata and controls
36 lines (36 loc) · 1.47 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Result</title>
<link rel="icon" href="Images\Favicon.png" type="image/png"></link>
<link rel="stylesheet" href="Result.css">
</head>
<body>
<div class="navWrapper"><nav id="navBar"></nav></div>
<div class="Exam-Container" id="Paper">
<h1 id="main-heading"></h1>
<form action="Result.html">
<!-- <div class="Question-Block" id="qno1">
<H2>1.Which is not a characteristics of society?</H2>
<label class="correct" id="Epigenetic">Epigenetic</label><br>
<label id="Self sufficient">Self sufficient</label><br>
<label id="Shared Values">Shared Values</label><br>
<label id="Religious">Religious</label><br>
</div>
<div class="Question-Block" id="qno2">
<H2>2.Which is not a characteristics of society?</H2>
<label id="Epigenetic">Epigenetic</label><br>
<label class="wrong" id="Self sufficient">Self sufficient</label><br>
<label id="Shared Values">Shared Values</label><br>
<label id="Religious">Religious</label><br>
</div> -->
</form>
</div>
<footer>
Answers are generated using AI and may contain mistakes.
</footer>
<script type="module" src="Result.js" defer></script>
</body>
</html>