Computer Applications
<TD> tag can only be present inside …………… tag.
- <TH>
- <TB>
- <TR>
- </TABLE>
HTML Advanced Features
4 Likes
Answer
<TR>
Reason — <TD> tag can only be present inside <TR> tag.
Answered By
1 Like
Related Questions
Which tag is used to insert an image in HTML?
- <IMG>
- <SRC>
- <IMAGE>
- <PICTURE>
In the rules attribute, the …………… value helps to display a border only between rows.
- column
- rowspan
- colspan
- rows
The value for alt attribute is a text string of upto …………… characters.
- 1032
- 156
- 256
- 1024
Which tag is used to add single line of space?
- <HR>
- <TD>
- <BR>
- <U>