homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Tabelle4.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Tabellen-Beispiel 4</title>
</head>
<body>
<table border="2" cellspacing="2">
<tr>
<td rowspan="2">A</td>
<td>B</td>
<td>C</td>
</tr>
<tr>
<td colspan="2">D</td>
</tr>
</table>
</body>
</html>

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