-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarting.html
47 lines (40 loc) · 1.43 KB
/
starting.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
<!DOCTYPE html>
<html lang="en">
<!--way of writing a comment-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kartik's site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C5603AQGw5weGAFSamQ/profile-displayphoto-shrink_100_100/0/1643544349414?e=1675296000&v=beta&t=2wFEc3Qpcnv5ZM5A8fMd0Z59ZG5RFyRVMHH1RGMcqtU", alt="Kartik's Image"></td>
<td>
<h1>Kartik Choudhary</h1>
<p>I cleared my jee by securing 94.667 percentile and took admission in Indian Institute of Information Technology Guwahati</p>
<p><em>Studying in <strong><a href="https://www.iiitg.ac.in/">IIITG</a> </strong></em></p>
</td>
</tr>
</table>
<hr>
<h3>History</h3>
<ul>
<li>Sports
<ul>
<li>Basketball</li>
<li>Football</li>
<li>Chess</li>
</ul>
</li>
<li>Subjects
<ul>
<li>Physics</li>
<li>Math</li>
<li>Chem</li>
</ul>
</li>
</ul>
<p><a href="contact.html">Contact</a></p>
</body>
</html>