-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal site.html
39 lines (36 loc) · 1.07 KB
/
personal site.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ujjwal's personal website</title>
</head>
<body>
<table cellspacing="11">
<tr>
<td><img src="photowebd.png" alt="Me"></td>
<td> <h1>UJJWAL KUMAR SINGH</h1>
<p><em> 1st year student in <strong><a href="https://iiitkalyani.ac.in/">IIIT KALYANI.</a></strong> </em></p>
<p>I am a student in web developer and I ma very much enthusiastic in developing webpages.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h2><strong>Education</strong></h2>
<ul type="square">
<li>Dav Publuc school.</li>
<li>Holy Mission senior secondary school.</li>
</ul>
<hr size="3" noshade>
<h2>My Hobbies</h2>
<ol>
<li>Reading books:-
<ol type="a">
<li>time and Money</li>
<li>save water</li>
</ol>
</li>
</ol>
<hr size="3" noshade>
<a href="contactme.html">Contact Me</a>
</body>
</html>