Multiple choice

Which tag is used to add table header?

  1. <table>

  2. <tr>

  3. <th>

  4. <td>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The tag stands for 'table header' and is used to define header cells in a table, which are typically bold and centered by default.