Computer Applications
What for are <TH> and <TR> tags used ?
HTML Advanced Features
16 Likes
Answer
<TH> tag stand for table header. The contents declared as header are displayed in a distinctive style, like bold-faced.
<TR> tag stands for table row. <TR> marks the beginning of a table row and </TR> marks the end of a table row.
Answered By
9 Likes
Related Questions
Which tag is used to specify
(i) table data ?
(ii) table header ?
(iii) table row ?
Name the attributes used for following :
(i) Setting the cell width
(ii) Setting cell's background image
(iii) Setting cell's background colour
(iv) Changing the cell span
(v) Aligning cell contents vertically.
A set of header rows is defined using …………… tag.
Which tags divide HTML tables in multiple sections ?