Skip to content

Commit 3f5415b

Browse files
authoredSep 19, 2024
Merge pull request #19 from Konkuk-KUIT/rlawngP91
[1주차] 자기소개 HTML
2 parents bb8a6ff + 4737de5 commit 3f5415b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 

‎week1/rlawngP91/index.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>1주차 실습 : 김주혜(rlawngP91) 자기소개</title>
8+
</head>
9+
10+
<body>
11+
<div class="container">
12+
<h1>자기소개</h1>
13+
<div class="info">안녕하세요~! <span class="highlight">김주혜</span>입니다.</div>
14+
<div class="info">학과 : <span class="highlight">컴퓨터공학부</span></div>
15+
<div class="info">학년 : <span class="highlight">4학년 2학기 재학 중</span></div>
16+
<div class="info">MBTI : <span class="mbti">ISTP</span></div>
17+
<div class="message">하고 싶은 말 : 웹 감자에요.. 열심히 하겠습니다!</div>
18+
</div>
19+
</body>
20+
21+
</html>

0 commit comments

Comments
 (0)