-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
37 lines (32 loc) · 1.17 KB
/
example.html
File metadata and controls
37 lines (32 loc) · 1.17 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>
<head>
<title>준수앤영중이라는사람들에대하여</title>
<meta charset="utf-8">
</head>
<body>
<h1><i>"I JSYJ U"</i></h1>
<ol>
<!--ordered list-->
<li><a href="1.html">준수앤영중에대해알아보자</a></li>
<li><a href="2.html">준수앤영중을 해야하는 이유</a></li>
<li><a href="3.html">준수앤영중은 인생이다...</a></li>
</ol>
<ul>
<!--unordered list-->
<li>무시기</li>
<li>가비지타임</li>
<li>2사장</li>
</ul>
<h2>1. 준수앤영중에대해알아보자</h2>
<p>성준수: <strong>가비지타임</strong>이라는 웹툰에 나오는 어떤 고3 남자... <u>(특징: 상남자력 과함)</u></p>
<p>전영중: <strong>가비지타임</strong>이라는 웹툰에 나오는 어떤 고3 남자... <u>(특징: 바보너구리임)</u></p>
<img width="300px"
src=" https://img.dmitory.com/img/202303/7Jk/78S/7Jk78SR4hqcwou8EOIW6Gk.jpg">
<ul>
<!--unordered list-->
<li>초,중 동창 소꿉친구</li>
<li>농친놈들</li>
<li>전학가버린 팀메이트</li>
</ul>
</body>