back back to Course

Thats how your file should look alike

<html>
  <head>
    <title>
      Page 2
    </title>
  </head>
  <body>
    <h1>
      Xyzbert's Page 2 - referring Recipes.
    </h1>
This is the second page of my website. here I want to show multiple contents, that refer to cooking.

    <br />
    <a href="http://www.kochen.de/" target=_blank>
      Recipes
    </a>
    <br />
    <a href="http://www.knoedel.de/" target=_blank>
      Recipes with dumplings
    </a>
    <br />
    <a href="http://www.maultaschen.de/" target=_blank>
      Recipes with pasta
    </a>

  </body>
 </html>
<html>
  <head>
    <title>
      Page 3
    </title>
  </head>
  <body>
    <h1>
      Texts of ABBA
    </h1>
<b>This is the third page of my website, here I want to show songtexts of ABBA.</b>

    <br />Half past twelve
    <br />And I'm watching the late show in my flat all alone
    <br />How I hate to spend the evening on my own
    <br />Autumn winds
    <br />Blowing outside the window as I look around the room
    <br />And it makes me so depressed to see the gloom
    <br />There's not a soul out there
    <br />No one to hear my prayer
    <br />
    <br />etc. etc. etc.

  </body>
 </html>

back back to Course