-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacademic.html
More file actions
35 lines (32 loc) · 829 Bytes
/
academic.html
File metadata and controls
35 lines (32 loc) · 829 Bytes
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
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>ACADEMIC</title>
<link rel="stylesheet" type="text/css" href="/academic.css">
</head>
<body>
<header>
<H1>PORTFOLIO</H1>
</header>
<ul>
<li><a href="/port.html">Home</a></li>
<li><a href="/academic.html">Academic</a></li>
<li><a href="/achievement.html">Achievement</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
<span class="contact">ACADEMIC DETAILS:</span>
<span class="sem"><b>SEMESTER-1</span>
<span class="cgp"><b>CGPA/percentage(%)</span>
<span class="sem1"><b>9.00</span>
<span class="a12"><b>CLASS-12 (CBSE)</span>
<span class="a12p"><b>92.6%</span>
<span class="a10"><b>CLASS -10(CBSE)</span>
<span class="a10p"><b>10.00</span>
<P>
<br>
<br><br><br><br><br><br><br><br><br>
</P>
<footer>MADE BY ARYAN AGARWAL</footer>
</body>
</html>