Understanding Table Header, Body, and Footer in HTML: A Comprehensive Guide

Rumman Ansari   Software Engineer   2024-07-05 04:55:55   6223  Share
Subject Syllabus DetailsSubject Details
☰ TContent
☰Fullscreen

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.