Computer scienceFrontendCSSResponsive Web Design

Responsive Tables

HTML Table elements

Report a typo

Match the HTML element with its correct definition.

Match the items from left and right columns
<table>
<tr>
<td>
<th>
Represents a table row. It is used to define a single row within the table. Each row contains table cells (<td> or <th>) as its child elements.
Stands for "table data" and represents a standard data cell within a table row. It is used to hold the actual content of the table.
Stands for "table header" and represents a header cell within a table row. It is used to define the header or label for a column or a row. Typically, <th> elements are placed in the first row or the first column of the table.
The container element that represents the entire table. It is used to group the table rows and define the structure of the table.
___

Create a free account to access the full topic