-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimetable.html
64 lines (63 loc) · 2.49 KB
/
timetable.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
\\Timetable
<!Doctype html>
<html>
<head><title>timetable</title> </head>
<body background="/home/ksb/Downloads/pexels-johannes-plenio-2259232.jpg" ;>
<h1 align="center" style="color:#2ecc71;"> TIMETABLE </h1>
<table border="3px" width="80%" align="center">
<caption style="color:ORANGE;"><H2> Time Table of First Sem</H2></caption>
<tr>
<!--<td rowspan="2"></td>
<th colspan="2">Average</th>
<th rowspan="2">Red <br> eyes</th>!-->
</tr>
<tr style="background-color:#F0F8FF;">
<th>00:00-00:00</th>
<th>9:00-10:00</th>
<th>10:00-11:00</th>
<th>11:00-12:00</th>
<th>12:00-01:00</th>
<th>01:00-02:00</th>
<th>02:00-03:00</th>
<th>03:00-04:00</th>
</tr>
<tr>
<th style="background-color:#FAEBD7;">Monday</th>
<td colspan="2" style="background-color:#5F9EA0;"><CENTER>Data Structure</CENTER></td>
<td rowspan="2" style="background-color:#6495ED;"><CENTER>Maths</CENTER></td>
<td style="background-color:#BDB76B;"><CENTER>Digital</CENTER></td>
<td rowspan="5" style="background-color:#DEB887;"><CENTER>BREAK</CENTER></td>
<td style="background-color:#F5F5DC;"><CENTER>ADS</CENTER></td>
<td style="background-color:#8FBC8F;"><CENTER>ASE</CENTER></td>
</tr>
<tr>
<th style="background-color:#FAEBD7;">Tuesday</th>
<td rowspan="2" style="background-color:#F5F5DC;"><CENTER>ADS</CENTER></td>
<td rowspan="2" style="background-color:#BDB76B;"><CENTER>Digital</CENTER></td>
<td style="background-color:#8FBC8F;"><CENTER>ASE</CENTER></td>
<td colspan="2" style="background-color:#008B8B;"><CENTER>Web lab</CENTER></td>
</tr>
<tr>
<th style="background-color:#FAEBD7;">Wednesday</th>
<td colspan="2" style="background-color:#D2691E;"><CENTER>Prgm lab</CENTER></td>
<td colspan="2" style="background-color:#5F9EA0;"><CENTER>Data Structure</CENTER> </td>
</tr>
<tr>
<th style="background-color:#FAEBD7;">Thursday</th>
<td colspan="2" style="background-color:#008B8B;"><CENTER>Web Lab</CENTER></td>
<td rowspan="2" style="background-color:#6495ED;"><CENTER>Maths</CENTER></td>
<td style="background-color:#F5F5DC;"><CENTER>ADS</CENTER></td>
<td style="background-color:#F08080;"><CENTER>Library</CENTER></td>
<td style="background-color:#8FBC8F;"><CENTER>ASE</CENTER></td>
</tr>
<tr>
<th style="background-color:#FAEBD7;">Friday</th>
<td style="background-color:#8FBC8F;"><CENTER>ASE</CENTER></td>
<td style="background-color:#BDB76B;"><CENTER>Digital</CENTER></td>
<td colspan="2" style="background-color:#DEB887;"><CENTER>BREAK</CENTER></td>
<td colspan="2" style="background-color:#D2691E;"><CENTER>Prgm lab</CENTER></td>
</tr>
</tr>
</table>
</body>
</html>