Component HTML equivalent Description Table table Represents tabular data Table Head thead Encapsulates a set of table rows, indicating that they comprise the head of a table with information about the table's columns Table Body tbody Encapsulates a set of table rows, indicating that they comprise the body of a table's (main) data Table Row tr Defines a row of cells in a table Table Cell td Defines a cell of a table that contains data Table Header Cell th Defines a cell as the header of a group of table cells