-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMyHobby.html
27 lines (23 loc) · 1.55 KB
/
MyHobby.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Love of the Game</title>
<link rel="stylesheet" type="text/css" href="Chapter 6.css">
<meta charset="utf-8">
</head>
<body>
<center><u><h3>Hoop Dreams!</h3></u></center>
<article>
<h1>Basketball and Pierre</h1>
<p2>Believe it or not, i didnt like basketball as much when i was a kid. In my younger days, i was a huge skateboarder: outside everyday tring my best to be like the guys i seen on tv. It wasnt until about sophmore year of high school that i began to watch basketball and it was from their that the interest came. Seeing the pros on the court with the dribble moves that will make you stand there with your mouth open was exciting! Ever since then i began to work on my game so i could get better. I found out quickly that it wasnt as easy as it looked on tv to shoot, pass, and dribble. Playing with my friends is a major benefit because we all have fun and go hard in our games. Basketball is so active that anyone can play too, which is always a benefit as well. </p2>
</article>
<figure>
<center><img src="Dribbling Image.png" width="350" height="300" alt="Dribbling Image">
<figcaption>This is how I look when playing basketball</figcaption></center>
</figure>
<p3>If you would like to check out professional basketball highlights go to <a href="https://www.youtube.com/channel/UCoh_z6QB0AGB1oxWufvbDUg">Best NBA highlights</a></p3>
<footer>
Pierre Sanders-Jackson. Email <a href="mailto:[email protected]">Pierre Sanders-Jackson Email</a>
</footer>
</body>
</html>