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