-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtag.html
More file actions
44 lines (42 loc) · 1.21 KB
/
tag.html
File metadata and controls
44 lines (42 loc) · 1.21 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
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css"/>
<!-- <script src="style.css"></script> -->
</head>
<body>
<header>
<div id="header_nav">
<div>
<ul>
<li>Home</li>
<li>Mail</li>
<li>Answers</li>
<li>Groups</li>
<li>Flickr</li>
<li>Tumblr</li>
<li>Games</li>
<li>Live</li>
<li>Screen</li>
<li>Mobile</li>
<li>More</li>
</ul>
</div>
<div class="firefox">
<a href="#none">Upgrade to the new FireFox >></a>
</div>
</div>
<div id="header_info">
<div class="logo"><img src="https://bit.ly/2MHVwNI" alt="yahoo.com logo"></div>
</div>
</header>
<dl>
<dt>볼사</dt>
<dd>안녕</dd>
<dd>오늘도</dd>
<dd><div><img src="https://bit.ly/36bRapT"/></dd></div>
</dl>
<img src="https://bit.ly/36bRapT" alt="hi"/>
</body>
</html>