homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Tabelle3a.html


weiter
<html>
<head>
<title>Tabellen-Beispiel 3a: R&auml;nder</title>
<style type="text/css">
table {
border: 4px solid grey;
border-spacing: 5px;
}
th, td {
border: 2px solid red;
padding: 1ex;
}
</style>
</head>
<body>
<table>
<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>
</body>
</html>

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