Table HTML TFOOT après Thead

<table>
  <thead>...</thead>
  <tfoot style="display: table-row-group;">...</tfoot>
  <tbody>...</tbody>
</table>
hirohito