Hi there,
<THEAD>, <TBODY> and <TFOOT> were introduced to give a table a more logical
view. One possible use of this would be to let the <TBODY> scroll, while
the header and footer stay at the same location. Unfortunately, this hasn't
been implemented yet in any browser (AFAIK).
It also allows the browser to add header and footer sections to a page when
it gets printed.
Visually, it'll allow you to create a header and a footer that looks
different from the body by using styles.
Checkout
http://msdn.microsoft.com/workshop/author/html/reference/elements.asp#ie40_htmlref
(tbody, tfoot and thead in particular) for more information.
HtH
Imar
At 05:24 PM 4/6/2001 +0100, you wrote:
>Hi ,
>
>Can somebody explain be the use of THEAD and TBODY tag in HTML <table>
></table>
>tabgs ?
>
>Vinay