QUESTION IMAGE
Question
what tag do you use to define a table cell? a ○ <cell> b ○ <tc> c ○ <td> d ○ <table>
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. <td>