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

Code For A Table

The document contains an HTML table representing a weekly timetable for classes from Monday to Thursday. Each day lists subjects scheduled for different periods, including Arabic, IT, Maths, Physics, and others. The page is set to refresh every 30 seconds.
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)
2 views2 pages

Code For A Table

The document contains an HTML table representing a weekly timetable for classes from Monday to Thursday. Each day lists subjects scheduled for different periods, including Arabic, IT, Maths, Physics, and others. The page is set to refresh every 30 seconds.
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/ 2

<!

doctype html>
<head>
<meta http-equiv="refresh"content="30">
<title> Time table </title>
</head>
<body>
<table>
<tr>
<th> Day </th>
<th> 1 </th>
<th> 2 </th>
<th> 3 </th>
<th> 4 </th>
<th> 5 </th>
<th> 6 </th>
<th> 7 </th>
<th> 8 </th>
<th> 9 </th>
</tr>
<tr>
<td> Monday </td>
<td> Arabic </td>
<td> IT </td>
<td> Maths </td>
<td> Physics </td>
<td> Physics </td>
<td> Islamic </td>
<td> Games </td>
<td> Maths </td>
<td> IT </td>
</tr>
<tr>
<td> Tuesday </td>
<td> IT </td>
<td> Community </td>
<td> M.Education </td>
<td> Physics </td>
<td> IT </td>
<td> IT </td>
<td> PE </td>
<td> Maths </td>
<td> Maths </td>
</tr>
<tr>
<td> Wednesday </td>
<td> Maths </td>
<td> Maths </td>
<td> IT </td>
<td> IT </td>
<td> Arabic </td>
<td> Physics </td>
<td> Physics </td>
<td> Maths </td>
<td> IT </td>
</tr>
<tr>
<td> Thursday </td>
<td> Physics </td>
<td> Maths </td>
<td> IT </td>
<td> IT </td>
<td> Physics </td>
<td> Islamic </td>
<td> Maths </td>
<td> Remedial Maths </td>
<td> </td>
</tr>
</table>
</body
</html>

You might also like