CBSE Class 10 Computer Applications Question 22 of 31

Solved Sample Paper 3 — Question 10

Back to all questions
10
Question

Question 19

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

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.