<table class="table">
    <tbody>
    <tr>
        <th>
            Nome
        </th>
        <td>
            Primo Nome
        </td>
        <td>
            Secondo Nome
        </td>
        <td>
            Terzo Nome
        </td>
        <td>
            N Nome
        </td>
    </tr>
    <tr>
        <th>
            Cognome
        </th>
        <td>
            Primo Cognome
        </td>
        <td>
            Secondo Cognome
        </td>
        <td>
            Terzo Cognome
        </td>
        <td>
            N Cognome
        </td>
    </tr>
    <tr>
        <th>
            Anno di nascita
        </th>
        <td>
            Primo Anno di nascita
        </td>
        <td>
            Secondo Anno di nascita
        </td>
        <td>
            Terzo Anno di nascita
        </td>
        <td>
            N Anno di nascita
        </td>
    </tr>
    </tbody>
</table>