Das ist richtig, aber auch dann muss ich noch
<style>
td { border:1px solid black; }
</style>
...
<table style="border-collapse:collapse"><tr>
<tr>
<td class="tabelle1">Haus</td>
<td style="tabelle1">Auto</td>
<td style="tabelle1">Boot</td>
</tr></table>
schreiben, oder? Dass ich nur ein mal etwas in die Tabelle einbinde ähnlich wie bei HTML (border=1) geht nicht?