back back to Course

Thats how your file should look alike

<html>
  <head>
    <title>
      Here your title is expected to be written
    </title>
  </head>
  <body>
    <h1>
      Xyzbert's first homepage
    </h1>

    <ul> my hobbies
        <li />playing cards
        <li />collect stamps
        <li />Besides that i like
            <br />to surf in the internet with my friends
        <li />viewing balet
    </ul>


  </body>
 </html>

back back to Course