To insert a Cell in a table, we use ...................tag. TD TFOOT THEAD TR TAE
Answers
Answered by
1
Explanation:
To do this, you would first start the row with the beginning row tag, <TR>, and then build the row by creating each cell with the beginning cell tag, <TD>, adding the data for that cell, and then closing the cell with the ending cell tag, </TD>.
pls follow me
Similar questions