Table is used to define row and columns .The table is created using the td ,th and tr tag.
The <table> tag defines an HTML table. Each table row is defined with a <tr> tag. Each table header is defined with a <th> tag.
An HTML structure for creating rows and columns on a Web page.
The Table tag defines the overall table
The Table Row (TR) tag is used to build each row.
The Table Data (TD) tag defines the actual data
CAPTION:The caption element is used to define the caption of the table.
Th tag is used to define the table heading it is not considered as a caption caption and th tag all involve different critera..
Comments