-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 960 Bytes
/
index.html
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 lang="kr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WED-HTML(TEST)</title>
<script src=".\app.js"></script>
</head>
<body>
<h1><a href="index.html">WED</a></h1>
<ul>
<li><a href="1. html">HTML</a></li>
<li><a href="2. html">CSS</a></li>
<li><a href="3. html">JavaScript</a></li>
</ul>
djsfs <i>ajskf</i> sdhfksj g <strong>sdf <u>mms</u> fsjn</strong>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
ofgjfghk <a href="https://www.w3.org/TR/2011/WD-html5-20110405/"
target="_blank" title="html5 speicification">bsdjfjdshksdv</a>
<br>sdjfdrthjgdfjbhgrhskjfgskcvfvleow
<p style="margin-top:40px;">hi my name is yuntak</p>
<img src="Photo.PNG" width="300">
</body>
</html>