What is data cell? Name the <TABLE> tag which is used to create data cell.
The data cell defines a cell of a table that contains data.
<TD> (Table Data) tag is the <TABLE> tag which is used to create data cell. It is placed inside the <TR> (Table Row) tag.