Computer Science, asked by balajidohrighat, 6 months ago

difference between <TH>and <THEAD > tag​

Answers

Answered by llɱissMaɠiciaŋll
17

Explanation:

The <thead> tag is used to group the header content in an HTML table. The thead element should be used in conjunction with the tbody and tfoot elements. ... <th> , on the other hand, is used to style a specific cell as a header cell rather than an ordinary data cell.

Answered by gsaianimesh
2

Answer:

<TH> Tag: To specify a column heading, we use the <TH> tag that also ends with </TH> tag. It makes the text bold.

<THEAD> Tag: The <THEAD> element is a new tag used on HTML. It is used to group header rows that define the table's header. This tag should appear inside the <TABLE> Tag.

Similar questions