Multiple choice technology web technology

What does the tag “TR” stand for?

  1. table roll

  2. table rank

  3. table row

  4. table register

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

TR stands for table row in HTML tables. Each TR element defines a single row containing TH (header) or TD (data) cells. Tables consist of multiple TR elements stacked vertically to create the grid structure.