Table tags Flashcards
Table
Identifies what follows as a table.
< table >
Table Row
Establishes a new row within the table
< tr >
Table Header
Identifies the contents of a cell as being a header for a group of cells
< th >
Table Cell
This element defines the individual table cells of an element
< td >
Colgroup
Represents a group of columns in a table
< colgroup >
Column
Defines an individual column, usually used within a element
< col >
Table Head
This element is used to define a set of rows as containing header content for the table
< th >
Table Foot
This element is used to define a set of rows that summarize the table content, or give related information
< tfoot >
Table Body
This element is used to define a set of rows that contain the main body of table data
< tbody >