Tuklasin ang mundo ng kaalaman at mga sagot mula sa komunidad sa IDNStudy.com. Magtanong at makakuha ng detalyadong sagot mula sa aming komunidad ng mga eksperto na may kaalaman.
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)