It looks like (according to the examples on this page, anyways) that if you’re using THEAD, you don’t need to use TH.
Is that true? If so, what are the advantages/disadvantages of THEAD vs TH?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
<thead>tag is used to group the header content in an HTML table.The
theadelement should be used in conjunction with thetbodyandtfootelements.More: thead
Using the words of Marc Seyon: