Beispiel:HTML colspan.html

Aus SELFHTML-Wiki
Wechseln zu: Navigation, Suche

<!doctype html> <html>

 <head>
   <meta charset="utf-8">
   <title>Zellen in einer Zeile verbinden</title>
   <style>
     table, td {border: thin solid;}
   </style>
 </head>
 <body>

Beispiel für colspan

<tbody>
     </tbody>
1. Spalte 2. Spalte 3. Spalte 4. Spalte
1. Spalte 4. Spalte
1. Spalte 2. Spalte
1. Spalte 2. Spalte 3. Spalte 4. Spalte

</body> </html>