HTML Table || HTML
Table in Html is create using <table> Tag. Table is the collection of rows and collection. Data in Html Table can be Text, Images and Links. Table in Html consists of many number of rows as <tr>. Inside each row contains cell as <td>. The Structure of Table is as Following: <table> <tr> <td></td> </tr>… Read More »