Example HTML page



<HTML>
  <HEAD>
    <TITLE> The Poet </TITLE>
  </HEAD>
  <BODY>
     Roses are red,
     Violets are blue,
     Most poems rhyme,
     This one doesn't.
  </BODY>
</HTML>



The above code produces a web page which will look similar to the following:

Picture of above code