File tree Expand file tree Collapse file tree 3 files changed +113
-2
lines changed Expand file tree Collapse file tree 3 files changed +113
-2
lines changed Original file line number Diff line number Diff line change 6
6
< title > Table</ title >
7
7
</ head >
8
8
< body style =background-color:black;color:white; >
9
+ < center >
10
+ < h1 style =color:aqua; > Table</ h1 >
11
+ </ center >
12
+
9
13
< center >
10
14
< table border ="1 " width ="1000 " height ="500 ">
11
15
< tr >
43
47
< tr >
44
48
< td > 11:00 a.m</ td >
45
49
< td > 2:00 p.m</ td >
46
- < td rowspan ="2 "> XSL Transformatics</ td >
50
+ < td rowspan ="2 " align =" center " style = background-color:#00FF00;color:black; > < b > XSL Transformatics</ b > </ td >
47
51
</ tr >
48
52
49
53
< tr >
59
63
</ tr >
60
64
</ table >
61
65
</ center >
62
- </ body >
66
+
67
+ < br > < br > < br > < br > < br >
68
+
69
+ < center >
70
+ < h1 > < a href ="table.html " style =color:aqua; > Timetable</ a > </ h1 >
71
+ </ center >
72
+ </ body >
63
73
</ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Timetable</ title >
7
+ </ head >
8
+ < body style =background-color:black;color:white; >
9
+ < center >
10
+ < h1 style =color:aqua; > Time Table</ h1 >
11
+ </ center >
12
+
13
+ < center >
14
+ < table border ="10 " width ="80% " height ="" cellpadding ="30 ">
15
+ < tr >
16
+ < th > Day/Period</ th >
17
+ < th > 9:30-10:20</ th >
18
+ < th > 10:20-11:10</ th >
19
+ < th > 11:10-12:00</ th >
20
+ < th > 12:00-12:40</ th >
21
+ < th > 12:40-1:30</ th >
22
+ < th > 1:30-2:20</ th >
23
+ < th > 2:20-3:10</ th >
24
+ < th > 3:10-4:00</ th >
25
+ </ tr >
26
+
27
+ < tr >
28
+ < th > Monday</ th >
29
+ < td > Eng</ td >
30
+ < td > Maths</ td >
31
+ < td > Sci</ td >
32
+ < th rowspan ="6 " style =background-color:#DE3163; >
33
+ < img src ="images/lunch.jpg " alt ="wait " width ="150 ">
34
+ < br >
35
+ < br >
36
+ < br >
37
+ L
38
+ < br >
39
+ U
40
+ < br >
41
+ N
42
+ < br >
43
+ C
44
+ < br >
45
+ H
46
+
47
+ </ th >
48
+ < td > LAB</ td >
49
+ < td > His</ td >
50
+ < td > Geo</ td >
51
+ < td > Urdu</ td >
52
+ </ tr >
53
+
54
+ < tr >
55
+ < th > Tuesday</ th >
56
+ < td > His</ td >
57
+ < td colspan ="2 " align ="center " style =background-color:#00FF00;color:black; > Urdu</ td >
58
+ < td > Eng</ td >
59
+ < td > Sci</ td >
60
+ < td > Maths</ td >
61
+ < td > P.E</ td >
62
+ </ tr >
63
+
64
+ < tr >
65
+ < th > Wednesday</ th >
66
+ < td > Maths</ td >
67
+ < td > Urdu</ td >
68
+ < td > Eng</ td >
69
+ < td > Sci</ td >
70
+ < td > LIB</ td >
71
+ < td > His</ td >
72
+ < td > Geo</ td >
73
+ </ tr >
74
+
75
+ < tr >
76
+ < th > Thursday</ th >
77
+ < td > Sci</ td >
78
+ < td > Eng</ td >
79
+ < td > Urdu</ td >
80
+ < td > LAB</ td >
81
+ < td colspan ="2 " align ="center " style =background-color:yellow;color:black; > Maths</ td >
82
+ < td > P.E</ td >
83
+ </ tr >
84
+
85
+ < tr >
86
+ < th > Friday</ th >
87
+ < td colspan ="2 " align ="center " style =background-color:#40E0D0;color:black > Maths</ td >
88
+ < td > Sci</ td >
89
+ < td > A.R.T</ td >
90
+ < td colspan ="2 " align ="center "> Urdu</ td >
91
+ < td > Eng</ td >
92
+ </ tr >
93
+ </ table >
94
+ </ center >
95
+ < br > < br > < br > < br > < br >
96
+ < center >
97
+ < h1 > < a href ="index.html " style =color:aqua; > Table</ a > </ h1 >
98
+ </ center >
99
+
100
+ </ body >
101
+ </ html >
You can’t perform that action at this time.
0 commit comments