-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 2.04 KB
/
Copy pathindex.html
File metadata and controls
49 lines (46 loc) · 2.04 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
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Тест по программированию</h1>
</header>
<main>
<form class="" action="index.html" method="post">
<div>
<h2 class="test__question" >1.Вопрос №1</h2>
<ul>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 1 </label></li>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 2 </label></li>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 3 </label></li>
</ul>
</div>
<div>
<h2 class="test__question">2.Вопрос №2</h2>
<ul>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 1 </label></li>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 2 </label></li>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 3 </label></li>
</ul>
</div>
<div>
<h2 class="test__question">3.Вопрос №3</h2>
<ul>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 1 </label></li>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 2 </label></li>
<li><label for=""><input id="input" type="checkbox" name="" value="">вариант ответа 3 </label></li>
</ul>
</div>
<div class="center">
<button type="Submit" name="Submit" id="submit">Проверить мои результаты</button>
</div>
</form>
</main>
<script type="text/javascript" src="js.js">
</script>
</body>
</html>