-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (39 loc) · 1 KB
/
index.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
<!DOCTYPE html>
<html lang=" " dir="ltr">
<head>
<meta charset="utf-8">
<title>Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://scontent.fdel8-1.fna.fbcdn.net/v/t1.0-1/p160x160/39298824_626700674396763_7400580400239607808_n.jpg?_nc_cat=101&_nc_ht=scontent.fdel8-1.fna&oh=f9954443c1ee3b368e87f7767dd4ae36&oe=5CD9255E" alt="Manthan profile pic"></td>
<td><h1>Manthan Arora</h1>
<p><em><strong>Btech</strong> Student</em></p>
<p>I am student at BVCOE. I Love to play football</p></td>
</tr>
</table>
<hr >
<h3>Education</h3>
<ul>
<li>SDPS</li>
<li>SBV</li>
<li>KVS</li>
</ul>
<hr>
<table cellspacing="10">
<thead>
<th>Date</th>
<th>Country</th>
</thead>
<tr>
<td>2010-2013</td>
<td>London</td>
</tr>
</table>
<hr>
<a href="My Hobbies.html">My Hobbies</a>
<br >
<a href="email.html">Contact</a>
</body>
</html>