MCQ
Which HTML tag is used to define a table header?
A <td>
B <th>
C <tr>
D <thead>
Explanation

The <th> tag defines a header cell in an HTML table, which is typically bold and centered.