Match the HTML element with its correct definition.
Responsive Tables
HTML Table elements
Report a typo
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.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.