XML document


<?xml version='1.0'?>
<html lang="en">
  <head>
    <title>CSS Object Model: Introduction</title>
    <meta lang="fr" name="Author" content="Philippe Le Hegaret"/>
  </head>
  <body>
    <div id="section1">
      <img width="111" height="149" alt="w3c logo"
	src="w3c.png"/>
    </div>
    <div id='section2'>
      <p>
        I have to make a valid HTML document here.
        Well, I promise, I'll do it.
      </p>
    </div>
    <div id='section3'>
      <h2>Address</h2>
      <pre>
        [ ... ]
      </pre>
    </div>
    <hr/>
    <address><a href="mailto:plh@w3.org">Philippe Le Hegaret</a></address>
  </body>
</html>