Computer Science, asked by sanjayrskumar, 11 months ago

creating five columns in table name as
sno., birth date email id and phone number, the caption of table should be MY CLASS MATE html formate

Answers

Answered by rutu18
3
<html>
<body>
<table border ="2">
<th>My Class Mate</th>
<tr>
<td>Sr.no</td>
<td>Birth Date</td>
<td>Email id</td>
<td>Phone number</td>
</tr>
</table>
</body>
</html>

Hope it helps you.
Please mark me as a brainliest.

sanjayrskumar: thanku mam
rutu18: wcm
Similar questions