'tfoot' Syntax and Note : tfoot « HTML Tag Reference « HTML CSS Reference






'tfoot' Syntax and Note

Note:

<table> elements can be divided into three parts: <thead>, <tbody>, and <tfoot>. 
<thead> contains the rows in the table header.
<tbody> contains the rows in the table body.
<tfoot> contains the rows in the table footer.
Each of them can have different styles.
Syntax for <tfoot>:
    <tfoot attributes events> . . . </tfoot>
Syntax for <thead>:
    <thead attributes events> . . . </thead>
    
Syntax:


      
      








Related examples in the same category

1.'tfoot' HTML Attributes
2.'tfoot' Event Handlers
3.'tfoot' CSS Attributes and JavaScript Style Properties
4.'tfoot' Example
5.'tfoot' Microsoft Behaviors
6.'tfoot' JavaScript Properties
7.'tfoot' JavaScript Methods
8.'tfoot' JavaScript Collections
9.'tfoot' JavaScript Objects