Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Beispiel-Tabelle</title>
<style>
table {width:400px;}
table th {background-color:#D3D3D3;font-size:11px;}
table td {background-color:#999999; }
</style>
</head>
<body>
<table>
<tr><th>flash</th><th>Blend-Kontest</th><th>Blog</th></tr>
<tr><td>bla,bla,bla</td><td>bla,bla,bla</td><td>bla,bla,bla</td></tr>
<tr><td>bla,bla,bla</td><td>bla,bla,bla</td><td>bla,bla,bla</td></tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Beispiel-Tabelle</title>
<style>
table {width:400px;}
table th {background-color:#D3D3D3;font-size:11px;}
table td {background-color:#999999; }
</style>
</head>
<body>
<table>
<tr><th></th><th>Home</th><th>Hilfe</th><th>Suche</th><th> </th></tr>
<tr><td>Kurse</td><td colspan="4">Unsere Adresse lautet:</td></tr>
<tr><td>Geschichte</td><td colspan="2"></td><td colspan="3">Musterstr.1</td></tr>
<tr><td>Partner<td colspan="2"></td><td colspan="3">Kunststadt</td></tr>
<tr><td>Adresse</td><td colspan="5"></td></tr>
</table>
</body>
</html>
Was auch immer das für ein Übungsmaterial ist (siehe verlinktes Bild in #10), es scheint hoffnungslos veraltet zu sein. Ich kann nur dazu raten, die Finger davon zu lassen. Das ist inhaltlich mittlerweile völlig überholt.