0% found this document useful (0 votes)
3 views

timetable

The document is an HTML representation of a class timetable for a weekly schedule. It includes subjects for Monday and Tuesday, with designated times for each class and lunch breaks. The styling is simple, using a table format to present the information clearly.

Uploaded by

computer40niet
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)
3 views

timetable

The document is an HTML representation of a class timetable for a weekly schedule. It includes subjects for Monday and Tuesday, with designated times for each class and lunch breaks. The styling is simple, using a table format to present the information clearly.

Uploaded by

computer40niet
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Class Timetable</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
color: #333;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}
th {
background-color: #0044cc;
color: white;
}
td {
background-color: #f9f9f9;
}
caption {
font-size: 1.5em;
margin: 10px 0;
}
</style>
</head>
<body>
<h1>Class Timetable</h1>
<table>
<caption>Weekly Schedule</caption>
<thead>
<tr>
<th>Time</th>
<th>Monday</th>
<th>Tuesday</th>

</tr>
</thead>
<tbody>
<tr>
<td>9:00 - 10:00</td>
<td>Math</td>
<td>English</td>

</tr>
<tr>
<td>10:00 - 11:00</td>
<td>Physics</td>
<td>Math</td>
</tr>
<tr>
<td>11:00 - 12:00</td>
<td>Computer Science</td>
<td>History</td>

</tr>
<tr>
<td>12:00 - 1:00</td>
<td>Lunch Break</td>
<td>Lunch Break</td>

</tr>
<tr>
<td>1:00 - 2:00</td>
<td>Biology</td>
<td>Chemistry</td>

</tr>
<tr>
<td>2:00 - 3:00</td>
<td>Physical Education</td>
<td>Computer Science</td>

</tr>
<tr>
<td>3:00 - 4:00</td>
<td>Art</td>
<td>Physical Education</td>

</tr>
</tbody>
</table>
</body>
</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy