Multiple choice

<tr> denotes

  1. table column

  2. table data

  3. table row

  4. 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).