Practical 9 PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

V3 Mayuri Tx

Practical 9

<!DOCTYPE html>
<html>

<body>
<h1 style="text-align:center">TIME TABLE</h1>
<table border="5" cellspacing="0" align="center">
<!--<caption>Timetable</caption>-->
<tr>
<td align="center" height="50"
width="100"><br>
<b>Day/Period</b></br>
</td>
<td align="center" height="50" width="100">
<b>I<br>9:30-10:20</b>
</td>
<td align="center" height="50" width="100">
<b>II<br>10:20-11:10</b>
</td>

</tr>

<tr>
<td align="center" height="50">
<b>Monday</b>
</td>
<td align="center" height="50">CSA</td>
<td align="center" height="50">OS</td>

</tr>

V3 Mayur iTx
V3 Mayuri Tx

<tr>
<td align="center" height="50">
<b>Wednesday</b>
</td>
<td align="center" height="50">MATH</td>
<td align="center" height="50">EVS</td>
</tr>

<tr>
<td align="center" height="50">
<b>Thursday</b>
</td>
<td align="center" height="50">YOGA</td>
<td align="center" height="50">HINDI</td>
</td>
</tr>

<tr>
<td align="center" height="50">
<b>Friday</b>
</td>
<td colspan="2" align="center"
height="50">LAB
</td>

V3 Mayur iTx
V3 Mayuri Tx
</tr>

<tr>
<td align="center" height="50">
<b>Saturday</b>
</td>

<td align="center" height="50">ENG</td>


<td colspan="1" align="center"
height="50">SEMINAR
</td>
</tr>

</table>
</body>

</html>

V3 Mayur iTx

You might also like