-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
33 lines (33 loc) · 1.04 KB
/
test.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
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>웹사이트 즐겨찾기</title>
</head>
<body>
<h1>여러 웹사이트 즐겨찾기</h1>
<hr>
<p>
<h2>네이버</h2>
<a href="https://www.naver.com" alt="NAVER">네이버 바로가기</a>
<p>1999년 6월에 설립된 인터넷 서비스 관련 IT 기업 ...</p>
</p>
<p>
<h2>구글</h2>
<a href="https://www.google.com" alt="구글">구글 바로가기</a>
<p>웹검색,포털사이트,또는 관련 사이트를 운영하고 ...</p>
</p>
<P>
<h2>다음</h2>
<a href="https://daum.net" alt="DAUM">다음 바로가기</a>
<p>
<a href="https://kakaocorp.com" alt="KAKAO" target="_blank">
카카오
</a>
대한민국 검색 점유율 2위에 포털 사이트...
</p>
</P>
</body>
</html>