<iframe>
| Value | Description |
|---|---|
| Table | Create tables in a HTML document. |
| Thead | Use this tag to insert "titles" for a table. |
| Tbody | Insert all the code, contents and inputs in this tag. |
| Tfoot | Moves the table cells at the bottom of the table. |
| TD | To create a single cell, use this tag. |
| TH | It points the header cells of a table. |
| TR | Use this tag to create a table row. |
| Caption | Provides title for a table. |
| Col | It denotes the overall columns in a table. |
| Colgroup | Merge/combine the table columns by using this tag. |