Row 1, Column 1 Row 1, Column 2
Row 2, Column 1 Row 2, Column 2
Row 3, Column 1 This page demonstrates the TABLE, TR and TD tags




  • To draw a table, 3 tags are required : <TABLE>, <TR>, <TD>
  • A TABLE can have any number of ROWS (TR).
  • Each ROW can have any number of TD (columns), but all the ROWS should have equal number of TD (columns)