-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbie.html
48 lines (48 loc) · 1.41 KB
/
hobbie.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hobbie Page</title>
</head>
<body>
<center>
<h1><u>Hobbies</u></h1>
<p><br><br><br></p>
<table style="float:left;">
<tr>
<th><h3><u>Coding</u></h3></th>
</tr>
<tr>
<td>I use to code everyday<br>face challanges and<br>learn new things.</td>
</tr>
</table>
<table style="float:right;">
<tr>
<th><h3><u>Football</u></h3></th>
</tr>
<tr>
<td>I love to play football<br>form my childhood,<br>Messi is my favourite player</td>
</tr>
</table>
<img src="cartoon.png" height="420px" width="300px">
<br>
<table style="float:left;">
<tr>
<th><h3><u>Skipping</u></h3></th>
</tr>
<tr>
<td>I'm a professonal player<br>in Skipping(jump rope),<br>I learnt this skill from my father.</td>
</tr>
</table>
<table style="float:right;">
<tr>
<th><h3><u>Music listening</u></h3></th>
</tr>
<tr>
<td>I enjoy a lot to listen music<br>all day long.</td>
</tr>
</table>
</center>
</body>
</html>