Computer Science, asked by shwethalohith2, 5 months ago

Create a wep page to display the details of my class mates in the tabular format

Answers

Answered by SajagK
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