<table>
  <caption>لیست دانش آموزان</caption>
  <colgroup>
    <col style="background:red;">
    <col style="background:green;">
    <col style="background:blue;">
  </colgroup>
  <thead>
    <tr>
      <th>ردیف</th>
      <th>کلاس</th>
      <th>دانش آموز</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td>الف</td>
      <td>رضا</td>
    </tr>
    <tr>
      <td>2</td>
      <td>ب</td>
      <td>علی</td>
    </tr>
  </tbody>
  <tfoot>
    <tr>
      <td>جمع</td>
      <td>دو کلاس</td>
      <td>دو دانش آموز</td>
    </tr>
  </tfoot>
</table>