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
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.
<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
Similar questions
Math,
6 months ago
Computer Science,
6 months ago
English,
6 months ago
Science,
1 year ago
Physics,
1 year ago