-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (35 loc) · 1.12 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Divyansh's Website</title>
</head>
<body>
<h1>DIVYANSH TRIPATHI</h1>
<h2>Sophomore at <a href="https://nith.ac.in/" target="_blank">NITH</a> 2024</h2>
<h2><em>Pursuing Btech in ECE</em></h2>
<h3> <strong>my previous 2 semester results are</strong> </h3>
<table border="2" >
<tr>
<td> semester </td>
<td> grade </td>
</tr>
<tr>
<td> 1 </td>
<td> 9.54 </td>
</tr>
<tr>
<td> 2 </td>
<td> 9.38 </td>
</tr>
</table>
<br>
<hr>
<br>
<a href="C:\Users\divya\Desktop\web angela\HTML - personal website\hobbies.html" target="_blank"> my hobbies</a>
<br>
<h3> i have developed a liking to reading books and some of my reads are as <a href="C:\Users\divya\Desktop\web angela\HTML - personal website\book.html" target="_blank" >follows</a> </h3>
<a href="C:\Users\divya\Desktop\web angela\HTML - personal website\contact.html">contact me</a>
</body>
</html>