Table Header, body and footer

Rumman Ansari   Software Engineer   2023-03-27   6229 Share
☰ Table of Contents

Table of Content:


<thead> to create a separate table header

<tbody> to indicate the main body of the table

<tfoot> to create a separate table footer

Note that the < tfoot > element must appear before the < tbody > element in the source document.