Write the html code to generate .............below
Attachments:
Answers
Answered by
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