homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Tabelle6.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Tabellen-Beispiel 6: Hintergrundfarben</title>
</head>
<body bgcolor="#ffffff">
<table
border="0"
cellspacing="2"
cellpadding="5"
width="50%"
>
<caption>Tabellen-&Uuml;berschrift</caption>
<tr>
<th bgcolor="#dddddd"></th>
<th bgcolor="#dddddd">Spalte 1</th>
<th bgcolor="#dddddd">Spalte 2</th>
</tr>
<tr>
<th bgcolor="#dddddd">Zeile 1</th>
<td bgcolor="#dddddd">Zelle A</td>
<td bgcolor="#dddddd">Zelle B</td>
</tr>
<tr>
<th bgcolor="#dddddd">Zeile 2</th>
<td bgcolor="#dddddd">Zelle C</td>
<td bgcolor="#dddddd">Zelle D</td>
</tr>
</table>
<p>
<a href="Tabelle6a.html">-> 2.Beispiel</a>
mit anderen Farben und CELLSPACING Werten
</p>
</body>
</html>

Letzte Änderung: 14.02.2012
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel