Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
15 views2 pages

College Class Schedule Table

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

College Class Schedule Table

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

12/17/24, 3:31 AM Example2.

html

~\Documents\College Web Page Development\ExamModel\Example2.html

1 <html>
2 <head>
3 <title>Time Table</title>
4 </head>
5 <body>
6 <table border ="1" cellspacing ="0" cellpadding = "10" width ="50%">
7 <tr align="center">
8 <th>Day</th>
9 <th>I</th>
10 <th>II</th>
11 <td rowspan="7"><b>T<br>E<br>A<br><br>B<br>R<br>E<br>A<br>K</b></td>
12 <th>III</th>
13 <th>IV</th>
14 <td rowspan="7"><b>L<br>U<br>N<br>C<br>H<br><br>B<br>R<br>E<br>A<br>K</b>
</td>
15 <th>V</th>
16 <th>VI</th>
17 <th>VII</th>
18
19 </tr>
20 <tr align="center">
21 <th>MON</th>
22 <td>IS</td>
23 <td>WT</td>
24 <td>SEM</td>
25 <td>OOAD</td>
26 <td>SCI</td>
27 <td>C#</td>
28 <td>COMP</td>
29 </tr>
30 <tr align="center">
31 <th>TUE</th>
32 <td>AP</td>
33 <td>AP Lab</td>
34 <td colspan="2">AP Lab</td>
35 <td>WT</td>
36 <td>IS</td>
37 <td>COMP</td>
38 </tr>
39 <tr align="center">
40 <th>WED</th>
41 <td>WT</td>
42 <td>IS</td>
43 <td>C#</td>
44 <td>SCI</td>
45 <td colspan = "3">MOOCS</td>
46
47 </tr>
48 <tr align="center">
49 <th>THU</th>
50 <td>IS</td>
51 <td>LIB</td>
localhost:58898/15ca4f85-7c3e-4cce-85a6-183f01c90270/ 1/2
12/17/24, 3:31 AM Example2.html

52 <td>OOAD</td>
53 <td>WT</td>
54 <td colspan ="3">WT Lab</td>
55 </tr>
56 <tr align="center">
57 <th>FRI</th>
58 <td>AP</td>
59 <td>AP</td>
60 <td>C#</td>
61 <td>OOAD</td>
62 <td colspan ="3">C# Lab</td>
63 </tr>
64
65 </table>
66 </body>
67 </html>

localhost:58898/15ca4f85-7c3e-4cce-85a6-183f01c90270/ 2/2

You might also like