culTest

    One of the 25 questions in this topic

    How much do you know about Semantic Architecture and Hierarchy?

    Which tag is used to define a header cell inside a table?

    Answers

    <td>
    <tr>
    <th>Correct
    <thead>

    <th> represents a header cell, usually bold and centered by default, while <td> represents a standard data cell.