Name |
Dept |
Shift |
Jay |
3 |
1 |
Jimmy |
5 |
3 |
Joey |
9 |
2 |
Table background to yellow, headings row to orange, Jimmy's third shift as red.
(3 in Jimmy's shift row changed using font color tag inside td tag)
(Further note: text attribute cannot be used to change font color for whole table)
Name |
Dept |
Shift |
Jay |
3 |
1 |
Jimmy |
5 |
3 |
Joey |
9 |
2 |
If Jay split between two departments
(rowspan attribute)
Name |
Dept |
Shift |
Jay |
3 |
1 |
7 |
1 |
Jimmy |
5 |
3 |
Joey |
9 |
2 |
If Joey retired
(colspan attribute)
Name |
Dept |
Shift |
Jay |
3 |
1 |
Jimmy |
5 |
3 |
Joey |
Retired |