Horje

Example of HTML Table Cells

Everything between <td> and </td> are the content of the table cell.
 <table>
  <tr>
    <td>Emil</td>
    <td>Tobias</td>
    <td>Linus</td>
  </tr>
</table> 




Category:
Web Tutorial
Sub Category:
HTML Tables
Uploaded by:
Admin