please type the html code
Attachments:
Answers
Answered by
3
<html>
<head>
<title>myclasstimetable<title></head>
<body>
<center><font face="comic sans ms" color="maroon" size="6">TIMETABLE</font> </center>
<table>
<tr>
<td>Days</td>
<td>mon</td>
<td>tue</td>
<td>wed</td >
<td>thu</td>
<td>fri</td>
<td>sat</td>
</tr>
<tr>
<td>1st period</td>
<td><english></td>
<td>maths</td>
<td>hindi</td>
..........................................................................................
</body>
</html>
Similar questions