Assignment-- TimeTable

<html>
<head>
<title>TIMETABLE PROGRAM</title>
</head>
<body>
<table border=5 width=600px height=400px>
<tr>
            <th colspan=6>TIMETABLE</th>
</tr>
<tr>
            <th rowspan=7>Hours</th>
        </tr>
    <tr>
            <th>monday</th>
            <th>tuesday</th>
            <th>wednesday</th>
            <th>thursday</th>
            <th>friday</th>
        </tr>
<tr>
            <th>science</th>
            <th>art</th>
            <th>PE</th>
            <th>social studies</th>
            <th>sanskrit</th>
        </tr>
<tr>
            <th>maths</th>
            <th>science</th>
            <th>science</th>
            <th>english</th>
            <th>friday</th>
          </tr>
  <tr>
            <th colspan=5>lunch</th>
        </tr>
<tr>
           <th>english</th>
            <th>socisl studies</th>
            <th>maths</th>
            <th>dance</th>
            <th>sanskrit</th>
        </tr>
<tr>
            <th>sanskrit</th>
            <th>maths</th>
            <th>english</th>
            <th>PE</th>
            <th>maths</th>
        </tr>
        </body>
        </html>

No comments:

Post a Comment