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>

    <table border=0>
      <tr>
        <td>
    <img src=dasbinich.jpg height=150 />
        </td>
        <td>
    <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>
        </td>
      </tr>
    </table>

    <h3>
      Something on Cultivation of Flowers
    </h3>
  Here you can write some text about yourself
    <br />and trigger a line break
    <br />Some
    <font color=red>red text,
        <b>bold and
            <font size=+1>larger than standard
            </font>
        </b>
    </font>
    wanted ?
  </body>
 </html>

back back to Course