<table class="sortable table table-hover m-3 shadow w-75">
<thead style="background-color: #00a5bb; color: #f0f0f0;">
<tr>
<th>Z.</th>
<th>Vorname</th>
<th>Nachname</th>
<th>Fach 1</th>
<th>Fach 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Peter</td>
<td>Pan</td>
<td>Physik</td>
<td>Mathe</td>
</tr>
<tr>
<td>2</td>
<td>Max</td>
<td>Mustermann</td>
<td>Bio</td>
<td>Chemie</td>
</tr>
<tr>
<td>3</td>
<td>James</td>
<td>Bond</td>
<td>Kunst</td>
<td>Sport</td>
</tr>
</tbody>
</table> ...