forked from KHJUN360/classintro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.07 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>1-3반 소개</title>
</head>
<body>
<h1 style="color:gold">1-3반 소개</h1>
<div class = "Student-container">
<!--아래에 다음과 같은 양식으로 추가해주세요-->
<div class = "Student">
<h2>1315/차한별</h2>
<p>뻘짓하기</p>
<p>티즐</p>
<p>리눅스 시스템 엔지니어 / 백엔드 개발자</p>
<p>여기서 집까지 대중교통으로 가는 시간 = (KTX 기준)부산-서울 왕복시간</p>
</div>
<h2 style="color:rgb(159, 159, 239)">1306/김도형</h2>
<p style="color:lightseagreen">독서, 게임</p>
<p style="color:plum">햄버거</p>
<p style="color:dodgerblue">프로그래머</p>
<p style="color:hotpink">여러분 사랑해요</p>
<h2>1234/홍길동</h2>
<p>도둑질</p>
<p>백숙</p>
<p>의적</p>
<p>정의의 이름으로 널 용서치 않겠다!</p>
</div>
</div>
</body>
</html>