Computer Science, asked by reenamange876, 1 month ago

which tag defines a table header cell.?​

Answers

Answered by yennieginseng
1

Answer:

The <table> tag defines an HTML table. An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements. The <tr> element defines a table row, the <th> element defines a table header, and the <td> element defines a table cell.

Answered by rukhaiyashaikh2403
6

Explanation:

Table header cells are defined using HTML th tags. Their text content is bold and centered by default. A <th> element is usually a child of a <tr> element

Similar questions