-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
54 lines (50 loc) · 1.16 KB
/
education.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title> Education </title>
<style>
text-align: center;
font-family: verdana;
font-style: italic: front
size: 20px;
background-image: url('pic.jpg'};
background-size:cover;
</style>
</head>
<body>
<h1>EDUCATIONAL DETAILS</h1>
<table border=2 align="center">
<tr>
<h2><th>Class</th>
<th>Institution name</th>
<th>Website</th>
</h2>
</tr>
<tr>
<td>10th</td>
<td>ABHS,Omalloor<br>
Pathanannthitta Pincode:689521 Kerala India </td>
<td><a href=" https://W.abhs.com> https:www abhs.com //</a></td>
</tr>
<tr>
<td>12ths/td>
<td>NSS HSS,Thatta <br Kerala 689521<br> </td>
<td><a href=" https://AwWw.nsshss.com/"> https://www.nsshss.com </a> </td
</tr>
<tr>
<td>Degree</td>
</tr>
<tr>
<td>ST Thomas College Konni(MG university) <br>
Pathanamthitta, Kerala, India <br></td>
<td><a href=" https://stthomas.com ">htps://stthomas.com </a></td>
</tr>
<tr>
<td>PG</td>
<td>Musaliar College of Engineering<br>Pathanamthitta, Kerala, India</td>
<td><a href= "https:/musaliarcollege.com/" > https://musaliarcollege.com/</a></td>
</tr>
</table>
<a href-"link.html">Back to home page</a>
</body>
</html>