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