Computer Science, asked by ritikraj75, 1 year ago

plzzz solve this Q fast ,it's argent Q11​

Attachments:

Answers

Answered by siddhartharao77
3

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 //

Attachments:

siddhartharao77: :-)
ritikraj75: thanks a lot
ritikraj75: bro i had use instead of
ritikraj75: bro i had use td instead of th ,,is it wrong
siddhartharao77: Yes.. it is wrong
Answered by Siddharta7
1

<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>


ritikraj75: bro instead of ,,i had use ,,is it wrong
ritikraj75: bro i had use tr instead if td is it wrong
Similar questions