Tag | Name | Description |
---|---|---|
<table> | Table | The wrapper element for all HTML tables. |
<thead> | Table Head | Groups the header content in a table. |
<tbody> | Table Body | Groups the body content in a table. |
<tr> | Table Row | Groups the body content in a table. |
<td> | Table Data | Defines a cell in a table. |
<th> | Table Heading | Defines a header cell in a table. |
Tag | name | Description |
---|---|---|
<colspan> | colspan | Defines the number of columns a cell should span. |
<rowspan> | Row Span | Defines the number of rows a cell should span. |