Computer Science, asked by ambnisha82pef5u4, 11 months ago

can anyone give me the answer of this question it will be a great help any html expert please give me the answer of this question.​

Attachments:

Answers

Answered by anishasa
0

<html>

<head>

<style>

   table,th,td{

border:1px solid black;

border-collapse: collapse;

}

td{

text-align: center;

}

</style>

</head>

<body>

    <table style="width:50%">

           <tr>

<th colspan="3">ANNUAL SPORTS DAY-SEQUENCE OF EVENTS</th>

</tr>

           <tr>

           <td>8.00 AM-9.00 AM</td>

<td>8.00 AM-9.00 AM</td>

<td>8.00 AM-9.00 AM</td>

         </tr>

          <tr>

           <td>CULTURAL EVENTS</td>

<td>TRACK EVENTS</td>

<td>PRIZE DISTRIBUTION</td>

        </tr>

</table>

</body>

</html>

Similar questions