mr wichtig: wichtige seite

Beitrag lesen

index.htm:

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Schulübung</title>
<meta name="author" content="Nils">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<frameset rows="20%,*">
  <frame src="top.htm" name="top">
  <frameset cols="20%,*">
    <frame src="navi.htm" name="navi">
    <frame src="main.htm" name="main">
  </frameset>
</frameset>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">

</body>
</html>
----------
top.htm:

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>top</title>
<meta name="author" content="Nils">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<body text="#800000" bgcolor="#000000" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<font face="Arial">
  <h1><center>
    DVT - Klausur Nr.1
  </center></h1>
</font>
</body>
</html>
-------------
navi.htm:

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>navi</title>
<meta name="author" content="Nils">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<body text="#C0C0C0" bgcolor="#808080" link="#00BF00" alink="#14E724" vlink="#008000">
  <font face="Arial">
    <center>

<font size="+1">
      Navigation
      </font>
    <br><br><br><br>
    links:<br><br>
    <a href="http://www.google.de/" target="main">www.google.de</a><br>
    <a href="http://www.ebay.de/" target="main">www.ebay.de</a><br>
    <a href="http://www.mobile.de/" target="main">www.mobile.de</a><br><br><br>
    Programme:<br><br>
    <a href="Dok1.doc" target="_blank">MS Word</a><br>
    <a href="Mappe1.xls" target="_blank">MS Excel</a><br><br><br>
    <a href="main.htm" target="main">home</a><br>

</center>
  </font>
</body>
</html>
--------------
main.htm

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>main</title>
<meta name="author" content="Nils">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<body text="#000080" bgcolor="#2E9AC2" link="#FF0000" alink="#FF0000" vlink="#FF0000">
  <pre>
    <font face="Arial">

Willkommen,

Sie befinden
     sich auf der
      Startseite von
       der Seite:

<font size="+1"><b>"DVT - Klausur Nr.1"</b></font>

</font>
  </pre>
</body>
</html>
--------------
ende.