forked from mrizky-kur/Redux-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webpage.html
39 lines (37 loc) · 1.08 KB
/
webpage.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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PROFILE</title>
</head>
<body">
<img src="/storage/emulated/0/DCIM/Snapchat/Snapchat-1281515152.jpg" width="100
" height="120" align = "right" border ="2" alt="The image is no longer available
">
<hr>
<h2><b>NAME :</b> <I>Arpit Gupta</I></h2>
<h2><b>INSTA I'D :</b> <a href="https://www.instagram.com/" target="_blank">arpitg913</a></h2>
<h2><b>LINKEDIN I'D :</b> <a href="https://www.linkedin.com/feed/" target="_blank">Arpit gupta </a></h2>
<hr>
<h2>QUALIFICATIONS</h2>
<table border="1">
<tr>
<th>CLASS</th>
<th>BOARD</th>
<th>PERCENTAGE</th>
</tr>
<tr>
<td>X</td>
<td>U.P. Board</td>
<td>76%</td>
</tr>
<tr>
<td>XII</td>
<td>U.P. Board </td>
<td>73%</td>
</tr>
</table>
</body>
</html>