-
Notifications
You must be signed in to change notification settings - Fork 0
/
Education details.html
39 lines (37 loc) · 1.08 KB
/
Education details.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
<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>Document</title>
</head>
<body>
<table border="1">
<Caption>My Education background</Caption>
<tr style="background-color: chartreuse;">
<th>Year of study</th>
<th>Institution</th>
<th>Aggregate</th>
<th>Grade </th>
</tr>
<tr>
<td>2006-2016</td>
<td>Kanja Primary School</td>
<td>361 marks</td>
<td>A-</td>
</tr>
<tr>
<td>2017-2020</td>
<td>Moi High school Mbiruri</td>
<td>60 points</td>
<td>A-</td>
</tr>
<tr>
<td>2021-2023</td>
<td>Kabarak university</td>
<td>A</td>
<td>First class honor</td>
</tr>
</table>
</body>
</html>