Table of Contents

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

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

    <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.