Listing 17.3. Tabela z przedrostkami jednostek wtórnych
<table>
    <tr>
        <th>Przedrostek</th>
        <th>Oznaczenie</th>
        <th>Wielokrotność<br />Podwielokrotność</th>
    </tr>
    <tr>
        <td>tera-</td>
        <td>T</td>
        <td>10<sup>12</sup> = 1 000 000 000 000</td>
    </tr>
    <tr>
        <td>giga-</td>
        <td>G</td>
        <td>10<sup>9</sup> = 1 000 000 000</td>
    </tr>
    ...
</table>