0
Which tag contain the cell tag beside table tag
html
3 Answers
+ 7
hope this might clear your confusion...
<table> - for the starting of creation of table..
<tr> - for adding a row in table
<th> - for a header cell in a table
<td> - for a normal cell in table
adding moređ
https://www.sololearn.com/learn/HTML/1033/
+ 7
your welcomeđđđ
+ 1
thnxx buddy