<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
<th>Nombre</th>
<th>Apellido</th>
<th>2º Apellido</th>
<th>Móvil</th>
<th>Email</th>
<th>Dirección</th>
<th>Ciudad</th>
<th>Código Postal</th>
</tr>
</thead>
<tbody>
<tr>
<td>Rocky</td>
<td>Balboa</td>
<td>López</td>
<td>666 666 666</td>
<td>[email protected]</td>
<td>Calle la paz</td>
<td>Sevilla</td>
<td>41000</td>
</tr>
<tr>
<td>Indiana</td>
<td>Jones</td>
<td>Perez</td>
<td>666 777 777</td>
<td>[email protected]</td>
<td>Calle abastos</td>
<td>Madrid</td>
<td>80000</td>
</tr>
<tr>
<td>Willy</td>
<td>Wonka</td>
<td>Choco</td>
<td>666 955 955</td>
<td>[email protected]</td>
<td>Calle Caramelo</td>
<td>Vigo</td>
<td>94000</td>
</tr>
</tbody>
</table>
</div>
This Pen doesn't use any external JavaScript resources.