KnowledgeBoat Logo
|

Computer Applications

What is data cell? Name the <TABLE> tag which is used to create data cell.

HTML Advanced Features

4 Likes

Answer

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.

Answered By

2 Likes


Related Questions