MCQ
Which tag defines a header cell in an HTML table?
Unit-3 Programming Fundamentals
A <td>
B <tr>
C <th>
D <header>
Explanation

The <th> (table header) tag defines a header cell which is bold and centered by default.