a cell in a table are created using ____ tag
Answers
Answered by
3
Explanation:
The <table> tag defines an HTML table. An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements. The <tr> element defines a table row, the <th> element defines a table header, and the <td> element defines a table cell.
Answered by
2
Answer:
both <td> and <tr> tags
Explanation:
because both can create a cell in a table but the only difference is that <tr> makes the text bolder and aligns it in the center of the cell while <td> do not.
Similar questions