forked from CelineBarros/HTML-Classes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestsPageGradeSystem.html
28 lines (27 loc) · 1.1 KB
/
TestsPageGradeSystem.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>School Report Card Auto</title>
</head>
<body>
<header>
<h1>School Report Card- Tests </h1>
</header>
<nav>
<ul>
<li><a href="HomePageGradeSystem.html">Home</a></li>
<li><a href="SubjectsPageGradeSystem.html">Subjects</a></li>
<li><a href="#">Classroom</a></li> <!--i'll put the link to the classroom webpage in here once I get it-->
<li><a href="#">Simple</a></li> <!--link to simple web page-->
<li><a href="#">CNA net</a></li> <!--link to CNA net-->
<!--here ill put the links for each file or each webpage-->
</ul>
<form>
<input type="search" name="q" placeholder="Search query" />
<input type="submit" value="Go!" />
</form>
</nav>
</body>
</html>
<!--Here i'll put a table with each individual test, the grade I got, th topic of the exam and a comentary on how i did, what I found more debilatating-->