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






'tbody' Syntax and Note

Note:

The <table> element can be sectioned into three horizontal parts: 
<thead>, <tbody>, and <tfoot>. 

<thead> contains the rows at the head of the <table>. 
<tbody> contains the rows in the body of the <table>. 
<tfoot> contains the rows at the foot of the table.
<thead>, <tbody>, and <tfoot> elements indicates to the browser the break down 
of the sections 

<thead>, <tbody>, and <tfoot> elements allows you to apply different styles to them.
    
Syntax:
    
<tbody attributes events> . . . </tbody>
    

      
      








Related examples in the same category

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