-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyFunSite.html
43 lines (40 loc) · 1.21 KB
/
MyFunSite.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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>Yonghyeon's Site</title>
</head>
<body style="background-color:lightblue;">
<h1>Yonghyeon Jo</h1>
<h2>About Me!</h2>
<p>I love basketball and hope Clippers win a championship before Paul leaves</p>
<h2>My Favorite Sites</h2>
<ol>
<li>
<a href="https://www.youtube.com/">Youtube</a>
</li>
<li>
<a href="https://www.washington.edu/">University of Washington</a>
</li>
<li>
<a href="https://www.google.com/">Google</a>
</li>
</ol>
<h2>My Favorite Pictures</h2>
<p><font size="10" color="red">Let's go Clippers!</font></p>
<a href="http://www.nba.com/">
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcS27eeAwI1yaEqduxAV9u846vN1lmIPcvLBSWnlvqZ2-v-lvts1" height=300 width=600>
</a>
<h3></h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UK7ElFo_lIc" frameborder="0" allowfullscreen></iframe>
<h2>application practice</h2>
<form>
First name:<br>
<input type="text" name="firstname"><br>
Last name:<br>
<input type="text" name="lastname">
<br>
Favorite thing:<br>
<input type="text" name=object><br>
</form>
</body>
</html>