-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyweb.html
66 lines (63 loc) · 1.93 KB
/
myweb.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
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My website</title>
<style>
.center{
text-align: center
}
</style>
</head>
<body>
<h1 class="center">MY PROFILE</h1>
<table>
<tr>
<td><img src="photo.jpeg" alt="NO IMG" width="200px" height="200px"></td>
<td><h1>Praharsh Singh <br></h1>
<p><em>Live at virat khand Gomti Nagar,Lucknow</em> <bold>Doing bca</bold> </p></td>
</tr>
</table>
<hr>
<h2>Introduction:</h2>
<p>My name is Praharsh Singh. Studing At Shri Ramswroop memorial collage of Engineering and management. I had done my schooling from immmaculate conception convent school. my hobbies are badminton ans coding. I pursed B.C.A becuse i want to become a software engineer. </p>
<hr>
<h1>Skills</h1>
<ul>
<li>JAVA</li>
<li>c</li>
<li>python</li>
</ul>
<hr>
<h1>Social media I use</h1>
<ol>
<li><a href="https://www.instagram.com/praharshsingh63/">Intagram</a></li>
<li><a href="https://www.linkedin.com/in/praharsh-singh-822a1224b/">Lindin</a></li>
<li><a href="https://web.whatsapp.com/">whatsap</a></li>
</ol>
<hr>
<h1>My Educaton background</h1>
<table border = "1">
<thead>
<th>Year</th>
<th>Education Center</th>
</thead>
<tbody>
<tr>
<td>2010-2022</td>
<td>immaculate</td>
</tr>
<tr>
<td>2022</td>
<td>Ramswroop</td>
</tr>
</tbody>
<tfooter>
</footer>
</table>
<a href="Hobbies.html">My Hobbies</a>
<a href="contact.html">Contact me</a>
</body>
</html>