0% found this document useful (0 votes)
8 views3 pages

Timetable Code

The document is an HTML table representing a weekly schedule for classes from Monday to Friday. Each day includes time slots for various subjects and activities, with specific notes for lunch and labs. The schedule features prayer, internships, and workshops, with designated rooms for certain sessions.

Uploaded by

fahadsiddiquie51
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)
8 views3 pages

Timetable Code

The document is an HTML table representing a weekly schedule for classes from Monday to Friday. Each day includes time slots for various subjects and activities, with specific notes for lunch and labs. The schedule features prayer, internships, and workshops, with designated rooms for certain sessions.

Uploaded by

fahadsiddiquie51
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/ 3

<!

DOCTYPE html>

<html>

<head>

<style>

table, th, td {

border: 1px solid black;

border-collapse: collapse;

th, td {

padding: 15px;

text-align: center;

background-color: lightyellow;

</style>

</head>

<body>

<table>

<tr>

<th>TIME</th>

<th>9:30-09:40</th>

<th>09:40-10:30</th>

<th>10:30-11:20</th>

<th>11:20-12:10</th>

<th>12:10-1:00</th>

<th>1:00-1:40</th>
<th>1:40-2:30</th>

<th>2:30-3:30</th>

</tr>

<tr>

<td>MON.</td>

<td rowspan="6">PRAYER</td>

<td>TC</td>

<td>DSTL</td>

<td>DE</td>

<td>DS</td>

<td rowspan="6">LUNCH</td>

<td>INTERNSHIP (Y-310)</td>

<td>PP</td>

</tr>

<tr>

<td>TUE.</td>

<td>DE</td>

<td>PP</td>

<td>COA</td>

<td>DS</td>

<td>DE</td>

<td>COA</td>

</tr>

<tr>

<td>WED.</td>

<td>COA</td>
<td>TC</td>

<td>DSTL</td>

<td>DS</td>

<td colspan="2">COA Lab</td>

</tr>

<tr>

<td>THUS.</td>

<td>PP</td>

<td>DS</td>

<td colspan="2">WD WORKSHOP (S-202, 203)</td>

<td colspan="2">DS Lab (S-202, 203)</td>

</tr>

<tr>

<td>FRI.</td>

<td>DE</td>

<td>COA</td>

<td>DSTL</td>

<td>DS</td>

<td colspan="2">EEP</td>

</tr>

</table>

</body>

</html>

You might also like