How to create this using HTML only
Attachments:
Answers
Answered by
1
Answer:
Here u have to use the Table tags
<Table border="1">
<Tr>
<td>Name </td>
<td>Subject </td>
</tr>
Similarly do the entire coding.. and then at the end close the table tag
Similar questions