back back to Course

Thats how your file should look alike

<html>
  <head>
    <title>
      Navigations-Titel
    </title>
  </head>
  <body bgcolor=gray>
    <h3>
     Navigation
    </h3>
    <br />
    <a href=seite1.html target=INHALT>
      Entrance page
    </a>
    <br />
    <a href=seite2.html target=INHALT>
      Recipes-Links
    </a>
    <br />
    <a href=seite3.html target=INHALT>
      Texts of ABBA
    </a>
    <br />
  </body>
 </html>

back back to Course