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

HTML

The document is a timetable for Class 7F at Chinmaya Vidyalaya, detailing the subjects and teachers for each day of the week. It includes a structured table format with periods labeled P1 to P10 across six days. Each day lists various subjects taught by different teachers, including Hindi, Maths, and Science.

Uploaded by

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

HTML

The document is a timetable for Class 7F at Chinmaya Vidyalaya, detailing the subjects and teachers for each day of the week. It includes a structured table format with periods labeled P1 to P10 across six days. Each day lists various subjects taught by different teachers, including Hindi, Maths, and Science.

Uploaded by

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

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Class 7F Timetable - Chinmaya Vidyalaya</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 20px;
}
h2, h3 {
text-align: center;
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
th, td {
border: 1px solid #000;
padding: 8px;
text-align: center;
}
th {
background-color: #f2f2f2;
}
</style>
</head>
<body>
<h2>CHINMAYA VIDYALAYA</h2>
<h3>Sector-5 B.S. City<br>Time Table for: 7F</h3>

<table>
<tr>
<th>Day/ID</th>
<th>P1</th>
<th>P2</th>
<th>P3</th>
<th>P4</th>
<th>P5</th>
<th>P6</th>
<th>P7</th>
<th>P8</th>
<th>P9</th>
<th>P10</th>
</tr>
<tr>
<td>DAY 1</td>
<td>Manoj Kumar Tiwari (Hindi)</td>
<td>Shubhendu (Comp)</td>
<td>Pankaj Kumar Mishra (Lib)</td>
<td>Shubhangi Shree (Eng)</td>
<td>Ravi Choudhary (S. Sc)</td>
<td>Shubhendu (Comp)</td>
<td>Sanjwal Dev (Maths)</td>
<td>Sanjwal Dev (Maths)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>DAY 2</td>
<td>Manoj Kumar Tiwari (Hindi)</td>
<td>Sanjwal Dev (Maths)</td>
<td>Udit Pandey (SNK)</td>
<td>Soma Roy (DRW)</td>
<td>Manoj Kumar Tiwari (CCA)</td>
<td>Manoj Kumar Tiwari (CCA)</td>
<td>Ravi Choudhary (S. Sc)</td>
<td>Shubham Kumar Gupta (G. SC)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>DAY 3</td>
<td>Shubhendu (Comp Lab)</td>
<td>Shubhendu (Comp Lab)</td>
<td>Manoj Kumar Tiwari (V. Ed)</td>
<td>Ravi Choudhary (S. Sc)</td>
<td>Shubhangi Shree (Eng)</td>
<td>Manoj Kumar Tiwari (Hindi)</td>
<td>Udit Pandey (SNK)</td>
<td>Manoj Kumar Tiwari (Club Activity)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>DAY 4</td>
<td>Manoj Kumar Tiwari (Hindi)</td>
<td>Shubhendu (Comp)</td>
<td>Shubhangi Shree (Eng)</td>
<td>Shubhendu (Comp)</td>
<td>Shubham Kumar Gupta (G. SC)</td>
<td>Udit Pandey (SNK)</td>
<td>Ravi Choudhary (S. Sc)</td>
<td>Ravi Choudhary (S. Sc)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>DAY 5</td>
<td>Manoj Kumar Tiwari (Hindi)</td>
<td>Sanjwal Dev (Maths)</td>
<td>Nitesh Kumar Pandey (Game)</td>
<td>Nitesh Kumar Pandey (Game)</td>
<td>Shubhangi Shree (Eng)</td>
<td>Shubham Kumar Gupta (G. SC)</td>
<td>Shubham Kumar Gupta (G. SC)</td>
<td>Udit Pandey (SNK)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>DAY 6</td>
<td>Shubham Kumar Gupta (G. SC)</td>
<td>Sanjwal Dev (Maths)</td>
<td>Ravi Choudhary (S. Sc)</td>
<td>Shubhangi Shree (Act 3)</td>
<td>Shubham Kumar Gupta (G. SC)</td>
<td>Sanjwal Dev (Maths)</td>
<td>Udit Pandey (SNK)</td>
<td>Shubhangi Shree (Eng)</td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>

You might also like