back back to Course

Thats how your file should look alike

Notice, here you do not find a <BODY> tag !
<html>
  <head>
    <title>
      Here your all site title
    </title>
  </head>
  <frameset cols="130,*">
    <frame name=NAVIGATION src=nav.html>
    <frame name=INHALT src=seite1.html>
  </frameset>
 </html>

back back to Course