-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample1.html
More file actions
37 lines (37 loc) · 1.22 KB
/
sample1.html
File metadata and controls
37 lines (37 loc) · 1.22 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
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<dl>
<dt>wow</dt>
<dd>hello</dd>
<dd>들여쓰기 완벽</dd>
</dl>
<p>모기~모기~모기버섯 맛있어!</p>
<h1>트로피카나~트로피카나~</h1>
<h3>네가 있어 좋다~토레타가 좋다~과채수분 퐁당 빠져있는 토레타~ 토레타가 좋다~</h3>
<p>현택쌤 잘생겼다~</p>
<p>E북read더</p>
<h5>Put my sneakers on <br>하나, 둘, ready get set, go</h5>
<ol>
<li>마라탕탕탕탕탕탕탕탕탕</li>
<li>중식 자장면~</li>
<li>짜증나면 짜장면~~</li>
<li>우히히우히히</li>
</ol>
<p>니 내 아나? 함<strong>사울래?</strong></p>
<p><s>니 몇살이가?</s></p>
<ol type="i">
<li>노는게 젤 좋아</li>
<li>친구들 놀아라</li>
<li>뽀로로 의대감</li>
<li>개굴개굴개굴개굴 소보로</li>
</ol>
<p><em>홈쇼핑 우히히우히히</em></p>
</body>
</html>