<table> |
Table |
It is a container for all elements within the table |
<tr> |
Table Row |
It is a container for rows in a table |
<th> |
Table Header |
It is used to write headings for the top columns in the table |
<td> |
Table Data |
It is used to write data into row or column in a table |
<thead> |
Table Head |
It is used to write the Header content in a table like names of columns... |
<tbody> |
Table Body |
It is used to group the actual content in a table like the data... |
<tfoot> |
Table Foot |
It is used to group the footer content in the table like sum, total... |