-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathevent2.html
More file actions
33 lines (33 loc) · 1.53 KB
/
event2.html
File metadata and controls
33 lines (33 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>이벤트</title>
<link type="text/css" rel="stylesheet" href="event.css">
</head>
<body>
<section>
<table>
<tr><td> <img src="퀴즈이벤트.png" width="200"></td>
<td><h2>[보드게임으로도 ㅇㅇ할 수 있습니다. <br> '흔들어봐 헬프요정']<br></h2>
<h2> ㅇㅇ 안에 들어갈 알맞은 말은?</h2></td></tr>
</table>
<span id="box"> 참여 방법 </span>
<ol type="1">
<li>퀴즈가 너무 어렵다구요?<br>
정답에 대해 필요한 <span>힌트가 <a href="hint.html">여기</a>를 클릭하면 나타납니다!</span><br>
얼른 들어가 퀴즈의 정답을 풀어서 경품 받아가세요~!<br>
<br>
<li>정답이 떠올랐다면 자신있게!! <span>댓글에 자신의 생각을 적어주세요.</span><br><br>
<li>이 좋은 이벤트를 혼자만 참여하기엔 아깝겠죠?<br>
얼른 가서 <span>링크를 공유해</span> 이벤트에 참여하면서
친구들과 함께 보드게임도 하며 경품도 받아가 좋은 추억을
만들어보아요~
</ol>
<br>
<P>정답 : <input type="text" size="50" value="정답을 적어주세요.">
<button type="submit">제출</button></P>
<br><br>
</section>
</body>
</html>