-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
25 lines (25 loc) · 1.01 KB
/
1.html
File metadata and controls
25 lines (25 loc) · 1.01 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
<!doctype html>
<html>
<head>
<title>옥천 꿀복숭아</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">WEB</h1>
<ol>
<li><a href="1.html">HTML</a></li>
<li><a href="2.html">CSS</a></li>
<li><a href="3.html">JavaScript</a></li>
</ol>
<h2>백도 황도 판매합니다</h2>
<a href="https://www.w3.org/TR/html4/" target="_blank" title="html5 specification">Hypertext Markup Language(HTML)</a>
hello web
나는 많은 것들을 갖고 태어났다. 하지만 그것들이 얼마나 <strong><u>예외</u>적이었는지</strong>는 자라고 나서야 알게 되었다.
<br>
<br>
<img src="castle.jpg" width="100%">
<br>루비의 어린시절이 어땠는지, 레시카와 시녀들에게 어떤 교육을 받았는지, 등등등을 설명하고 싶어. 책 한 170page로
<p style="margin-top:45px;">패러그래프 태그는 대체 뭐가 다를까? 나란히 쓰면 뭔가 달라지겠지? 똑같은데?</p>
정보로서 가치있는 html 문서란 뭘까?
</body>
</html>