Computer Applications
<TR> tag is used to create a …………… in a table.
- Row
- Column
- Caption
- All of these
HTML Advanced Features
5 Likes
Answer
Row
Reason — <TR> tag is used to create a row in a table.
Answered By
1 Like
Related Questions
We can present data in a row and column format by using the …………… tag.
<TR><TC><TABLE><ROW><COL>- None of these
The column heading is specified by using the …………… tag.
<CH><TR><TH><TD>
…………… tag defines the cells or columns of a table which denotes table data.
<TR><TD><TH>- None of these
Which attribute is used to set the amount of space between the cell border and the cell data?
- Spacing
- Cellpadding
- Cellspacing
- Align