-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
26 lines (24 loc) · 1.31 KB
/
hobbies.html
File metadata and controls
26 lines (24 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<title> Hobbies</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<H1>Hobbies</H1>
<ul class="navigation">
<li><a href="about.html">About Me</a></li>
<li><a href="favgames.html">Favorite Games</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li><a href="index.html">Home Page</a></li>
</ul>
<img src="http://nextlevelsportscomplex.com/wp-content/uploads/2015/05/basketball-dunk.jpg">
<img src="http://img2.timeinc.net/health/images/gallery/living/swimming-weight-loss-400x400.jpg">
<img src="http://myrkastreet.com/wp-content/uploads/2014/02/music.jpg">
<p>
These are my favorite hobbies : Playing Basketball , Swimming , and Listening to Music. I play basketball because it help keep me active and athletic and im also good at it and i also enojy playing against my friends.
Swimming also help keep me in shape because it work uper strength and your legs and the being in the water is also fun which u can do alot in a pool.
I listen to music because it keeps me calm , anytime i find myself in a situation where i can get mad or be sad i listen to music to keep my emotions in check.
</p>
</body>
</html>