Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what tag do you use to define a table cell? a ○ <cell> b ○ <tc> c ○ <td…

Question

what tag do you use to define a table cell? a ○ <cell> b ○ <tc> c ○ <td> d ○ <table>

Explanation:

Brief Explanations

In HTML, the <td> tag (where "td" stands for "table data") is used to define a table cell. The <cell> and <tc> tags are not valid HTML tags for table cells. The <table> tag is used to define the entire table, not a cell.

Answer:

C. <td>