-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacilities.html
100 lines (84 loc) · 3.19 KB
/
facilities.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<title>Upadhyay ji's School</title>
</head>
<body>
<!-- table 1 list making -->
<font face="Fugaz One">
<table bgcolor="grey" cellpadding="20">
<tr>
<td colspan="9">
<h1>
<font color="black" face="Cinzel"> Divyanshi Upadhyay's Inter College </font>
</h1>
</td>
</tr>
<tr>
<td width="60%">CBSE Affilation no- 0000000</td>
<td><a href="index.html">
<font color="black"> Home</font>
</a></td>
<td><a href="admission.html">
<font color="black"> Admission</font>
</a></td>
<td><a href="curriculam.html">
<font color="black"> Curriculam</font>
</a></td>
<td><a href="facilities.html">
<font color="white"> Facilities</font>
</a></td>
<td><a href="about.html">
<font color="black"> About</font>
</a></td>
<td><a href="contact.html">
<font color="black"> Contact</font>
</a></td>
<td> <a href="login.html">
<font color="black"> Login</font>
</a></td>
</tr>
</table>
<hr>
<table cellpadding=10 width="100%">
<tr>
<td colspan="4" bgcolor="grey">
<font color="blue">
<marquee>New batch admission started. Admission now for best quality education in affordable
prices. </marquee>
</font>
</td>
</tr>
<tr>
<td colspan=3 align="left">
<h1>
<font color=red><u>Facilities</u></font>
</h1>
</td>
<tr>
<td><img width="60%" src="res/computerlab.jpg" alt="img"><br> Computer LAb</td>
<td><img width=50% src="res/badminton.jpg" alt=""><br> badminton Court</td>
</tr>
<tr>
<td><img width="60%" src="res/tabletennis.jpg" alt="img"><br>Table Tennis</td>
<td><img width=50% src="res/gym.jpg" alt=""><br> GYM</td>
</tr>
<tr>
<td><img width="60%" src="res/science.jpg" alt="img"><br> Science LAb</td>
<td><img width=50% src="res/swimmingpool.jpg" alt=""><br> Swimming Pool</td>
</tr>
</table>
<table width="100%">
<tr>
<td bgcolor="grey">
<font color="blue">
<center>
<h3>My School</h3>
<h4>Website by Divyanshi Upadhyay</h4>
</center>
</font>
</td>
</tr>
</table>
</font>
</body>
</html>