-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (30 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Personal information</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img "circular" src="tony.jpg" alt="Game"></td>
<td> <h1>Ajeet</h1>
<p><em>Founder of <strong>Indian Developers Club.</strong></em></p>
<p><em>I am an Android and Web developer.I love cofee.</em></p></td>
</tr>
</table>
<hr size="4" color="black">
<h3>Education</h3>
<ul>
<li>Primary Education FROM<strong> varanasi.</strong></li>
<li>5th to 7th from <strong>BMC kajupada Mumbai.</strong></li>
<li>8th to 10th <strong>YSKV Mumbai.</strong></li>
<li>+2 from <strong>RJ College Mumbai.</strong></li>
<li>Computer engineering from <strong>Dilkap college(DRIEMs).</strong></li>
<a href="hobbies.html">Hobbies</a>
<br>
<a href="contactme.html">My contact details</a>
</ul>
</body>
</html>