Listing 17.7. Komórki rozciągające się na kilka kolumn
<tr>
  <th rowspan="2">Znak</th>
  <th colspan="2">iso-8859-2</th>
  <th colspan="2">windows-1270</th>
</tr>
<tr id="wiersztyt">
  <th>dec</th>
  <th>hex</th>
  <th>dec</th>
  <th>hex</th>
</tr>
<tr>
    <th>ą</th>
    <td>177</td>
    <td>b1</td>
    <td>185</td>
    <td>b9</td>
</tr>