This tag can be used as a table header or a table sub-header.

a. <td>

b. <tr>

c. <th>



explanation wrong answer + report !
‼️‼️‼️‼️‼️‼️‼️‼️‼️‼️‼️‼️‼️‼️‼️‼️​


Sagot :

Answer:

c.<th>

Explanation:

The <th> tag defines a header cell in an HTML table. An HTML table has two kinds of cells: Header cells - contains header information (created with the <th> element) Data cells - contains data (created with the <td> element)