Hallo,
eine Tabelle wäre semantisch nicht korrekt.
Wieso nicht?
<table>
<caption>Meine Bildergalerien</caption>
<thead>
<tr>
<th scope="row">Titel</th>
<th scope="row">Album-Deckblatt</th>
</tr>
</thead>
<tbody>
<tr>
<th><a href="/galerien/biker">Bilder für Biker</a></th>
<th><a href="/galerien/biker/harley"><img src="…" alt="Harley Davidson"></a></th>
</tr>
…
</tbody>
</table>
Wäre von der Struktur her durchaus möglich, finde ich. Allerdings ist es eher untypisch, solche Inhalte in Tabellen anzuordnen.
Mathias