-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorrect2.html
36 lines (30 loc) · 1.02 KB
/
correct2.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>정답!</title>
<link rel="stylesheet" href="styles.css">
<style>
p {
text-indent: 20px; /* 첫 줄 들여쓰기 */
}
</style>
</head>
<body>
<!-- 상단 이미지 -->
<div class="top-image">
<img src="https://i.postimg.cc/xC27NHCv/image.png" alt="상단 이미지">
</div>
<div class="quiz-container">
<h2>정답이에요!</h2><br>
<p>‘<b>어서</b>’는 제주어로 ‘없다’는 뜻입니다.</p>
<p>‘<b>어서</b>’, ‘빨리’, ‘곧’의 뜻으로 행동을 재촉하는 뜻의 표준어 ‘<b>어서</b>’와 표기와 발음이 동일합니다.</p><br>
<a href="quiz3.html"><button>다음 문제</button></a>
</div>
<!-- 하단 이미지 -->
<div class="bottom-image">
<img src="https://i.postimg.cc/7ZCYKvNB/image.png" alt="하단 이미지">
</div>
</body>
</html>