-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path014.html
55 lines (55 loc) · 1.61 KB
/
014.html
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
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>te___ho</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/questions.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="container">
<div id="count"></div>
<div id="contents">
<p id="question">이태호가 땀이 제일 먼저 나는 곳은?</p>
<div id="ex">
<form action="">
<ul>
<li>
<label
><input type="radio" name="example" value="1" />손
</label>
</li>
<li>
<div>
<label
><input type="radio" name="example" value="2" />발
</label>
</div>
</li>
<li>
<label
><input type="radio" name="example" value="3" />등
</label>
</li>
<li>
<label
><input type="radio" name="example" value="4" />코
</label>
</li>
</ul>
</form>
</div>
<button type="button" id="next-btn" class="btn btn-light">
<a href="#" id="next_page">다음</a>
</button>
</div>
</div>
<script src="js/bttn.js"></script>
</body>
</html>