<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
 "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
   <title>Frames - HTML - Workshop Internet-Pr&auml;senz</title>

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

   <meta name="description"
      content="Frames-Definitions-Datei.">
   <meta name="keywords" content="HTML, Frames">
   <meta name="author" content="Roland Unger">
</head>

<frameset cols="100,*">
   <frame src="html_html_frames_contents.html" scrolling="no" name="Contents">
   <frame src="html_html_tabelle1.html" name="Main">

   <noframes>
   <body>

      <p><a href="html_html_tabelle1.html">Tabellen, 1. &Uuml;bung</a></p>
      <p><a href="html_html_tabelle2.html">Tabellen, 2. &Uuml;bung</a></p>

   </body>
   </noframes>

</frameset>

</html>