-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorrect1.html
37 lines (32 loc) · 1.21 KB
/
correct1.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
<!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>제주도에서 ‘<strong>삼춘</strong>’은 다양한 상황에서 사용됩니다. </p>
<p>이웃, 친척, 어르신 등 대체적으로 성별과 상관없이 모든 어르신분들을 일컫는 단어입니다.</p>
<p>실제 친족이 아니더라도 ‘<strong>삼춘</strong>’이라는 단어를 통해 </p>
<p>서로 허물없이 지내고자 했던 제주도의 문화를 알 수 있습니다. </p><br>
<a href="quiz2.html"><button>다음 문제</button></a>
</div>
<!-- 하단 이미지 -->
<div class="bottom-image">
<img src="https://i.postimg.cc/7ZCYKvNB/image.png" alt="하단 이미지">
</div>
</body>
</html>