<html> <head> <title> Here is the title </title> </head> <body> <h1> A header </h1> Here <b> comes </b> the <em> document text </em> , with an <b> enumeration </b> . <p> <ul type="square"> <li> Item 1; </li> <li> Item 2; </li> <li> Item 3. </li> </ul> <a href="../html/goerlitz.html"> A link to the table of contents </a> . <br> And finally some more <kbd> text </kbd> . </body> </html>