-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb development.html
More file actions
52 lines (51 loc) · 1.55 KB
/
Copy pathweb development.html
File metadata and controls
52 lines (51 loc) · 1.55 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>mayannk personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="school photo1.jpg" alt="school photo"></td>
<td> <p><i>studies <strong><a href="https://www.shiksha.com/engineering/electronics-communication-engineering-chp">Electronics And Communication Engineering</a></strong> at <strong><a href="https://mitwpu.edu.in/">MIT WPU</a></a></strong></strong></i></p>
<dt>From <a href="https://en.wikipedia.org/wiki/Kolkata">Kolkata</a>
<dt>Lives in <a href="https://en.wikipedia.org/wiki/Pune">Pune</a></td>
</tr>
</table>
<h1>Mayannk Kumar Singh</h1>
<dt>I Love Programming and interested in full stack development.</dt>
<hr size="3" noshade>
<h3>Sports</h3>
<ul>
<li>Basketball</li>
<li>Football</li>
<li>Cricket</li>
</ul>
<hr size="3" noshade>
<h3>Interested In</h3>
<ol>
<li>Programming</li>
<li>Playing Guitar</li>
</ol>
<hr size="3" noshade>
<h3>Sports</h3>
<table cellspacing="20">
<tr>
<td>Football</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Cricket</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Basketball</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr size="3" noshade>
<dt>Link To :</dt>
<a href="my contacts.html">Contact Information</a>
</body>
</html>