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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>MY Favorite.</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="file.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>MY Favorite.</h1>
<ul>
<li class="first">
<a href="index.html">Home</a>
</li>
<li>
<a href="http://www.pdphoto.org/" target="_blank">Google Photo</a>
</li>
</ul>
</div>
</div>
<div id="content">
<div id="colOne">
<h2>Musics </h2>
<iframe width="420" height="315" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
<ol>
<li class="first">
<a href="https://www.youtube.com/watch?v=IumYMCllMsM" target="_blank">Home</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=ru0K8uYEZWw" target="_blank">CAN'T STOP THE FEELING!</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=jzD_yyEcp0M" target="_blank">FRIENDS</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=3BXDsVD6O10" target="_blank">River</a>
</li>
</ol>
</div>
<div id="colTwo">
<h3>Anime</h3>
<img width="420" height="315" src="https://sotaku.com/wp-content/uploads/2017/11/auto-draft.jpg"></img>
<ul>
<li class="first">Watch Anime !!
<button>
<a href="http://www.anime-sugoi.com/" target="_blank"> Click </a>
</button>
</li>
</ul>
</div>
<div id="footer">
<p>© my profile.</p>
</div>
</body>
</html>