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

Sony

The document presents a college time table detailing the schedule for each day of the week from Monday to Saturday. Each day includes specific subjects and activities assigned to different time slots, with a lunch break and library sessions noted. The table is formatted with color-coded subjects for easy identification.

Uploaded by

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

Sony

The document presents a college time table detailing the schedule for each day of the week from Monday to Saturday. Each day includes specific subjects and activities assigned to different time slots, with a lunch break and library sessions noted. The table is formatted with color-coded subjects for easy identification.

Uploaded by

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

<!

DOCTYPE html>
<html>
<head>
<title>College Time Table</title>
<style>
table {
width: 100%;
border-collapse: collapse;
text-align: center;
}
th, td {
border: 1px solid black;
padding: 8px;
}
th {
background-color: lightgray;
}
</style>
</head>
<body>

<h2 style="text-align: center;">COLLEGE TIME TABLE</h2>

<table>
<tr>
<th>Day</th>
<th>8:30-9:30</th>
<th>9:30-10:30</th>
<th>10:30-11:30</th>
<th>11:30-12:30</th>
<th>12:30-2:00</th>
<th>2:00-3:00</th>
<th>3:00-4:00</th>
<th>4:00-5:00</th>
</tr>
<tr>
<td>Monday</td>
<td>---</td>
<td style="color:blue;">SUB1</td>
<td style="color:orange;">SUB2</td>
<td style="color:purple;">SUB3</td>
<td rowspan="6">LUNCH</td>
<td style="color:green;">SUB4</td>
<td style="color:red;">SUB5</td>
<td>COUNSELLING CLASS</td>
</tr>
<tr>
<td>Tuesday</td>
<td style="color:blue;">SUB1</td>
<td style="color:orange;">SUB2</td>
<td style="color:purple;">SUB3</td>
<td>---</td>
<td style="color:orange;">SUB2</td>
<td style="color:orange;">SUB2</td>
<td>LIBRARY</td>
</tr>
<tr>
<td>Wednesday</td>
<td style="color:blue;">SUB1</td>
<td style="color:orange;">SUB2</td>
<td style="color:brown;">SWA</td>
<td>---</td>
<td colspan="2">LAB</td>
<td>LIBRARY</td>
</tr>
<tr>
<td>Thursday</td>
<td style="color:blue;">SUB1</td>
<td style="color:orange;">SUB2</td>
<td style="color:purple;">SUB3</td>
<td>---</td>
<td style="color:orange;">SUB2</td>
<td style="color:orange;">SUB2</td>
<td>LIBRARY</td>
</tr>
<tr>
<td>Friday</td>
<td style="color:blue;">SUB1</td>
<td style="color:orange;">SUB2</td>
<td style="color:purple;">SUB3</td>
<td>---</td>
<td style="color:green;">SUB4</td>
<td style="color:red;">SUB5</td>
<td>LIBRARY</td>
</tr>
<tr>
<td>Saturday</td>
<td style="color:blue;">SUB1</td>
<td colspan="3">SEMINAR</td>
<td style="color:green;">SUB4</td>
<td style="color:red;">SUB5</td>
<td>LIBRARY</td>
</tr>
</table>

</body>
</html>

You might also like