-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
32 lines (30 loc) · 1.2 KB
/
1.html
File metadata and controls
32 lines (30 loc) · 1.2 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
<!doctype html>
<html>
<head>
<title>강신욱의 기가막힌 페이지</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">SAY HELLO</h1></a>
<li><a href="1.html">html</li></a>
<li><a href="2.html">CSS</li></a>
<li><a href="3.html">JavaScript</li></a>
</ol>
<h2><a href="https://search.naver.com/search.naver?sm=tab_hty.top&where=nexearch&query=%EC%95%88%EB%85%95%ED%95%98%EC%84%B8%EC%9A%94&oquery=html+%EB%8B%A8%EB%9D%BD+%ED%83%9C%EA%B7%B8&tqi=hHYiIsprvhGssAxdaaRssssstXN-184648" target="_blank" title="html5 speicification"> 안녕하세요</h2></a>
<u>hello</u> <strong>web</storng>
<h3>Wc3</h3>
<img src="language.jpg" width="100%"
<pre>
<p><h7>Hi everyone</h7>
<h6>hi everyone</h6></p>
</pre>
<pre>
<p>안녕하세요라는 한국말은 영어로는 hi everone 이라고도 합니다</p>
그럼, 여기서 한국어와 영어의 차이를 알아보고 싶은데
어디서 어떻게 차이나는지 같이 알아볼까요?
</pre>
<p>1. 안녕하세요</p>
<p>2. 만나서 반갑습니다</p>
<p>3. 수고하세요</p>
<p>4. 감사했습니다</p>
</body>