What does the tag “TR” stand for?
-
table roll
-
table rank
-
table row
-
table register
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.