Multiple choice Which tag is used to add table header? <table> <tr> <th> <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.