Which tag contains the cell tags besides the table tag?
Answers
Answered by
15
Answer:
td> tag
Explanation:
The <td> tag, or "table data" tag, creates table cells within a table row in an HTML table. This is the HTML tag that contains any text and images.
Answered by
5
<TD> tag which stand for table data contains the cell tags besides the table tag.
- <TD> tag is used in defining the cells of table.
- Some attributes of <TD> tag are:
- Bgcolor
- Align
- Axis
Some other Tags used in table in Html are:-
<TH>
- <TH> tag stands for table heading that is used to specify the heading of table.
<TR>
- <TR> tag stands for table row that is used to fill the rows of table.
So,The Correct Answer is <TD>tag
Similar questions