Create a wep page to display the details of my class mates in the tabular format
Answers
Answered by
0
Easy
<table>
<th> header </th>
<th> header </th>
<th> header </th>
<tr> row </tr>
<tr> row </tr>
<tr> row </tr>
<td> cell </td>
<td> cell </td>
<td> cell </td>
</table>
Similar questions