[HTML] Was ist falsch?

+Debbie+
code:
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>


Angezeigt wird es so: http://i7.tinypic.com/81podts.jpg
Indihorse
ich habs mal auf meinem pc ausprobiert.
Du musst folgendes noch in den table befehl einfägen
border="1" bordercolor="000000"
Farbe und Randbreite kannst du au noch verändern
aber so zeigt mein pc ne tabelle an