plzzz solve this Q fast ,it's argent Q11
Answers
Sample HTML program:
<html>
<body>
<table width = "75%" border = "2px solid" cellpadding="0" cellspacing="0">
<tr>
<td colspan = "3" align="center"> ANNUAL SPORTS DAY - SEQUENCE OF EVENTS </th>
</tr>
<tr>
<th>8:00 AM - 9:00 AM</th>
<th>9:00 AM - 1:00 PM</th>
<th>1:00PM - 2:00 PM </th>
</tr>
<tr>
<td>CULTURAL EVENTS</td>
<td>TRACK EVENTS</td>
<td>PRIZE DISTRIBUTION</td>
</tr>
</table>
</body>
</html>
// Hope it helps //
<html>
<body>
<table width = "75%" border = "2px solid" cellpadding="0" cellspacing="0">
<tr>
<td colspan = "3" align="center"> ANNUAL SPORTS DAY - SEQUENCE OF EVENTS </th>
</tr>
<tr>
<th>8:00 AM - 9:00 AM</th>
<th>9:00 AM - 1:00 PM</th>
<th>1:00PM - 2:00 PM </th>
</tr>
<tr>
<td>CULTURAL EVENTS</td>
<td>TRACK EVENTS</td>
<td>PRIZE DISTRIBUTION</td>
</tr>
</table>
</body>
</html>