1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
<html> <head><link rel="stylesheet" href="style.css"></head> <body> <table widht="500"> <colgroup> <col widht="250"> </colgroup> <tr> <td class="tabelle">LoL</td></tr> <tr> <td class="tabelle">LOL</td></tr> </table> </body> </html>