Computer Science, asked by uk765853, 11 months ago

Write the html code to generate .............below

Attachments:

Answers

Answered by Anonymous
3

<table style="width:100%">

<tr>

<th>studentid</th>

<th>101</th>

<th></th>

</tr>

<tr>

<td>studentname</td>

<td>neha</td>

</tr>

<tr>

<td>address</td>

<td>delhi</td>

</tr>

</table>

Similar questions