homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Tabelle6a.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Tabellen-Beispiel 6a: Hintergrundfarben</title>
</head>
<body bgcolor="#ffffff">
<table
border="0"
cellspacing="5"
cellpadding="2"
width="30%"
>
<caption>Tabellen-&Uuml;berschrift</caption>
<tr>
<th bgcolor="#dddddd"></th>
<th bgcolor="#ff0000">Spalte 1</th>
<th bgcolor="#00ff00">Spalte 2</th>
</tr>
<tr>
<th bgcolor="#0000ff">Zeile 1</th>
<td bgcolor="#ffff00">Zelle A</td>
<td bgcolor="#00ffff">Zelle B</td>
</tr>
<tr>
<th bgcolor="#ff00ff">Zeile 2</th>
<td bgcolor="#000000">Zelle C</td>
<td bgcolor="#ffffff">Zelle D</td>
</tr>
</table>
</body>
</html>

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