-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
53 lines (53 loc) · 2.46 KB
/
hobbies.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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p><em><strong><MY HOBBIES AND INTERESTS></strong></MY></em></p>
<p>Hobbies are the activities you engage in</p>
<table>
<tr>
<td><img src ="programming.jpg" width ="100" height = "100"></td>
<td><h1>Programming</h1>
<p>I like programming and most tech-related stuff, it feels more like something i do for fun though it's mostly a thing i study at school</p></td>
</tr>
</table>
<table>
<tr>
<td><img src = "dyc.jpg" width ="100" height ="100">"</td>
<td><h1>Riding</h1>
<p>I like riding bicycles in my free time, it keeps me really fit.</p></td>
</tr>
</table>
<table>
</tr>
<td><img src = "football.jpg" width = "100" height ="100"></td>
<td><h1>Playing Football</h1>
<p>I like to play football,it's actually the sport that i keep going back to even if i discover new found love for a different game, i have<br> actually tried out almost every sport including volley ball in which i was good but had no much interest, rugby which was really<br> disgusting, imagine a game you play with an ambulance already parked besides the field, so risky, right!</p></td>
</tr>
</table>
<table>
<tr>
<td><img src = "basket ball.png" width ="100" height ="100"><td>
<td><h1>Playing Basketball</h1>
<p>l also like to play basket ball though am not so good at it.</p></td>
</tr>
</table>
<table>
<tr>
<td><img src ="touring.jpg" width ="100" height ="100"></td>
<td><h1>Touring </h1>
<p>I like to visit new places and find out about them, it gives me such a good feeling.</p></td>
</tr>
</table>
<p>Interests are ideas you would like to try out</p>
<ul>
<li>i am intersted in blogging,piloting,leadership though my interest in leadership is solely to prove to people that good leaders exist<br> and all they need to do is decide wisely for a better tommorow.</li>
</ul>
<p><a href = "index.html"><strong>BACK</strong></a></p>
</body>
</html>