Multiple choice <tr> denotes table column table data table row table heading Reveal answer Fill a bubble to check yourself C Correct answer Explanation The tr tag in HTML stands for table row and is used to define a row within a table structure. Each tr element typically contains th (header cells) or td (data cells).