Arkadaşlar resimde ki tablonun HTML kodu lazım.Yazıyorum yazıyorum hep şu şekilde çıkıyor: Kodu ise: quote:<html> <head> <title>Tablo Ödev</title> </head> <body bgcolor="#adf537"> <table border="2" > <tr> <td width="20" rowspan="5">1</td> <td width="200" colspan="6">2</td> </tr> <tr> <td width="100" colspan="1">3</td><td width="200" colspan="5">4</td> </tr> <tr> <td width="150" colspan="3">5</td><td width="150" colspan="3">6</td> </tr> <tr> <td width="200" colspan="4">7</td><td width="100" colspan="2">8</td> </tr> <tr> <td height="100" width="210" colspan="5">9</td><td width="90" >10</td> </tr> </body> </html> İstenilen Tablo: