HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML thead Tag

HTML thead Tag

 

 

The thead tag is used to group the header content in an HTML table. It is used in combination of tbody and tfootthead must have at least one tr tag.

 

For your information:-

 

tr defines a table row.
th defines a table header.
td  defines a table cell.

 

Syntax:-

 

Its syntax is:- < thead >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML