<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <title>Tabellen, 5. &Uuml;bung - HTML - Workshop Internet-Pr&auml;senz</title>

   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

   <meta name="description"
      content="&Uuml;bung Tabellen: Farbige Linien mit Tabellen.">
   <meta name="keywords" content="HTML, Tabellen">
   <meta name="author" content="Roland Unger">
</head>

<body>

<h1>Tabellen, 5. &Uuml;bung</h1>

<h2>Horizontallinie</h2>

<table summary="Beispiel f&uuml;r Horizontallinie" bgcolor="#961E00" width="80%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
   <td><img src="html_dot.gif" width="1" height="1" alt="" style="display: block;"></td>
</tr>
</table>

<h2>Vertikallinie</h2>

<table summary="Beispiel f&uuml;r Vertikallinie" cellspacing="0" cellpadding="0" border="0">
<tr>
   <td bgcolor="#961E00" height="100" width="1"><img src="html_dot.gif" width="1" height="1" alt=""></td>
   <td height="100" width="20">&nbsp;</td>
   <td height="100">Noch Text daneben</td>
</tr>
</table>

</body>
</html>