-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (72 loc) · 2.79 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
<html>
<body>
<center>
<h1>
<U>Elizabeth College Time Table 2020 </U>
</h1>
</br>
<table width="500px">
<tr>
<td><CENTER> Monday</CENTER></td>
<td ><CENTER>Tuesday</CENTER></td>
<td ><CENTER>Wednesdy</CENTER></td>
<td ><CENTER>Thursday</CENTER></td>
<td ><CENTER>Friday</CENTER></td>
</tr>
</table>
<table border="2px" width="500px" style="text-align:center; font-size:large;">
<tr>
<td style="background-color: rgb(179, 199, 233);"> Line 1</td>
<td style="background-color: rgb(216, 166, 212);">Line 4</td>
<td style="background-color: rgb(210, 238, 181);">Line 3</td>
<td style="background-color: rgb(205, 181, 228);">Line 5</td>
<td style="background-color: rgb(207, 233, 180);">Line 3</td>
</tr>
<br>
<tr>
<td>Recess</td>
<td>Recess</td>
<td>Recess</td>
<td>Recess</td>
<td>Recess</td>
</tr>
<tr>
<td rowspan="2" style="background-color: rgb(226, 183, 127);">Line 2</td>
<td rowspan="2" style="background-color: rgb(201, 195, 235);">Line 5</td>
<td style="background-color: rgb(228, 89, 89);">Home Group</td>
<td rowspan="2" style="background-color: rgb(247, 173, 210);">Line 4</td>
<td rowspan="2" style="background-color: rgb(199, 214, 241);">Line 1</td>
</tr>
<tr>
<td style="background-color: rgb(226, 189, 141);">line 2</td>
</tr>
<tr>
<td>Lunch</td>
<td>Lunch</td>
<td>Lunch</td>
<td>Lunch</td>
<td>Lunch</td>
</tr>
<tr>
<td rowspan="2" style="background-color: rgb(197, 223, 172);">Line 3</td>
<td style="background-color: rgb(207, 200, 245);">Line 5</td>
<td style="background-color: rgb(151, 202, 236);">Line 1</td>
<td style="background-color: rgb(253, 169, 211);">Line 4</td>
<td rowspan="2" style="background-color: rgb(228, 161, 94);">Line 2</td>
</tr>
<tr>
<td rowspan="2">Staff Meeting</td>
<td rowspan="2" style="background-color: rgb(241, 241, 91);">Enrichment</td>
<td style="background-color: rgb(240, 240, 105);">Tutorial</td>
</tr>
<tr>
<td>Teacher Assesment & Prepration</td>
<td>Leadership Meeting</td>
<td>Teacher Assesment And Prepration</td>
</tr>
</table>
</center>
<marquee><fONT COLOR="blue" SIZE="6" STYLE="Arial"><B><u>
CCO - 116775 Muhammad Usama </u></B></fONT> </marquee>
</body>
</html>