Skip to main content

HTML Tables


The <TABLE></TABLE> element has four sub-elements:
1.Table Row<TR     ></TR>.
2.Table Header <TH></TH>.
3.Table Data <TD></TD>.
4.Caption <CAPTION></CAPTION>.

The table row elements usually contain table header elements or table data elements.


Comments