Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
While it is easy to build a simple table quickly with the tags we have described, you may desire more advanced table control such as varying border styles, running headers and footers, and column-based layout. HTML 4.0 adds new tags to accomplish these tasks, which originally appeared as extensions for Internet Explorer 3.0. Although they are defined in the standard, the only browser that implements these tags currently is still Internet Explorer. When making a table with these tags, make sure your tables can still be accommodated on other browsers.
The three table section tags provide a way for you to break your table into logical sections: the header, body, and footer. You define the sections by placing the row tags <tr> within the <thead>, <tbody>, or <tfoot> tags. The usual attributes for controlling the placement of the contents can be used in these tags to set the alignment for the rows and cells they contain.