homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Tabelle2.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Tabellen-Beispiel 2: R&auml;nder</title>
</head>
<body>
<table
border="1"
cellspacing="6"
>
<caption>Tabellen-&Uuml;berschrift</caption>
<tr>
<th></th>
<th>Spalte 1</th>
<th>Spalte 2</th>
</tr>
<tr>
<th>Zeile 1</th>
<td>Zelle A</td>
<td>Zelle B</td>
</tr>
<tr>
<th>Zeile 2</th>
<td>Zelle C</td>
<td>Zelle D</td>
</tr>
</table>
<p>
<a href="Tabelle3.html">-> 2.Beispiel</a>
mit anderen BORDER und CELLSPACING Werten
</p>
</body>
</html>

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