Listing 17.5. Zestawienie czcionek Core fonts for the Web
<table>
    <tr>
        <th>Rodzina</th>
        <th>Czcionki</th>
    </tr>
    <tr>
        <th>bezszeryfowe</th>
        <td>Arial, Verdana, Trebuchet MS</td>
    </tr>
    <tr>
        <th>szeryfowe</th>
        <td>Georgia, Times New Roman</td>
    </tr>
    ...
</table>