-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 1.85 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
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8 ">
<title>
😻 Sample Webpage
</title>
</head>
<body>
<table cellspacing="15">
<tr>
<td><img src="Hari2 (1).jpg"></td>
<td> <h1>Hari Krishnan</h1>
<p> <i> <a href= "https://www.google.com/" >Student </a> of the course </i> </p>
<p> I am Hari Who is Going to Learn Web Development 💫. I am Studying in St.Joseph College 🌚. I Travel 120 Kilo metres daily and it was too boring from thanjavur to trichy 🎧.I am from thanjavur medicla college road.I travel daily through Bus and it cotst almost 150 per day.</p></td>
</table>
<hr>
<h3> Education</h3>
<ul>
<li>I studied in Indian Matriculation School till 6th Standard.</li>
<li>And Then I Moved to Nav Bharath Matric Higher Secondary School.</li>
</ul>
<hr>
<h3>Skills</h3>
<table cellspacing="15">
<tr>
<td>
<table>
<tr>
<td>Photography</td>
<td>⭐</td>
</tr>
<tr>
<td>Sinnging</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Editing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Coding</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3> <a href="hobbies.html">Hobbies</a> </h3>
<h5><a href="conatctme.html">Conatct Me</a></h5>
</body>
</html>