-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclasses time table.html.html
110 lines (110 loc) · 3.47 KB
/
classes time table.html.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Time Table</title>
</head>
<body>
<h1>
<ul>
Saylani Mass IT Training
</ul>
</h1>
<hr />
<h2>classes schedule(lab-1)</h2>
<table border="2">
<tr>
<th>Day and Time</th>
<th>8am-9am</th>
<th>9am-10am</th>
<th>10am-11am</th>
<th>11am-12am</th>
<th>12am-1pm</th>
<th>1pm-2pm</th>
<th>2pm-3pm</th>
<th>3pm-4pm</th>
<th>4pm-5pm</th>
<th>5pm</th>
<th>6pm</th>
<th>6pm-7pm</th>
<th>8pm-9pm</th>
<th>9pm-10pm</th>
<th>10pm-11pm</th>
</tr>
<tr>
<th>Monday</th>
<th colspan="3">9am to 11am <br />Web and App</th>
<th colspan="2">11am to 1pm <br />Web and App</th>
<th></th>
<th colspan="2">2pm to 4pm <br />Vedio Editing</th>
<th colspan="3">4pm to 6pm <br />Graphic Designing</th>
<th colspan="2">6pm to 8pm <br />AI and Chatbot</th>
<th colspan="2">9pm to 11pm <br />Web and App</th>
</tr>
<tr>
<th>Tuesday</th>
<th colspan="3">9am to 11am <br />Graphic Designing</th>
<th colspan="2">11am to 1pm <br />Graphic Designing</th>
<th>B</th>
<th colspan="2">2pm to 4pm <br />CCO</th>
<th colspan="3">4pm to 6pm <br />Graphic Designing</th>
<th colspan="2">7pm to 9pm <br />Web and App</th>
<th colspan="2"></th>
</tr>
<tr>
<th>Wednesday</th>
<th colspan="3">9am to 11am <br />Web and App</th>
<th colspan="2">11am to 1pm <br />Web and App</th>
<th>R</th>
<th colspan="2"></th>
<th colspan="3">4pm to 6pm <br />Graphic Designing</th>
<th colspan="2">6pm to 8pm <br />AI and Chatbot</th>
<th colspan="2">9pm to 11pm <br />Web and App</th>
</tr>
<tr>
<th>Thursday</th>
<th colspan="5">Free Space</th>
<th>E</th>
<th colspan="2">2pm to 4pm <br />Vedio Editing</th>
<th colspan="3">4pm to 6pm <br />Graphic Designing</th>
<th colspan="2">7pm to 9pm <br />Web and App</th>
<th colspan="2"></th>
</tr>
<tr>
<th>Friday</th>
<th colspan="3">9am to 11am <br />Web and App</th>
<th colspan="2">11am to 1pm <br />Web and App</th>
<th>A</th>
<th colspan="2">2pm to 4pm <br />CCO</th>
<th colspan="3">4pm to 6pm <br />Graphic Designing</th>
<th colspan="2">6pm to 8pm <br />AI and Chatbot</th>
<th colspan="2">9pm to 11pm <br />Web and App</th>
</tr>
<tr>
<th>Saturday</th>
<th colspan="3">9am to 11am <br />Graphic Designing</th>
<th colspan="2">11am to 1pm <br />Graphic Designing</th>
<th>K</th>
<th colspan="2"></th>
<th colspan="3">4pm to 6pm <br />Graphic Designing</th>
<th colspan="2">7pm to 9pm <br />Web and App</th>
<th colspan="2"></th>
</tr>
<tr>
<th>Sunday</th>
<th></th>
<th colspan="3">9am to 12am <br />Web and Mobile</th>
<th></th>
<th></th>
<th colspan="3">2pm to 5pm <br />Vedio Editing</th>
<th colspan="2"></th>
<th colspan="3">6pm to 10pm <br />AI and Chatbot</th>
<th></th>
</tr>
</table>
<center>
<h5><a href="./index.html">Go Back</a></h5>
</center>
</body>
</html>