Tag | Name | Description |
---|---|---|
<table> | Table | The element which contains all table tags(Main tag). |
<thead> | Table Head | The element used to define each column heading ({th}Place insidetr element). |
<tbody> | Table Body | The element which contains the rows of the table data. |
<tr> | Table Row | The tag which contains defines each row and contains td elements. |
<td> | Table Data | The element in which you enter each box of table data. |
<tfoot> | Table Foot | The element that contains the rows containing footer information. |
Attribute | Name | Description |
---|---|---|
<colspan> | Column Span | Defines how may columns a td element should stretch. |
<rowspan> | Row Span | Defines how may rows a td element should stretch. |