<?xml version="1.0" encoding="UTF-8"?>
<html xmlns:html="http://www.w3.org/1999/xhtml">
    <html:head>
        <!-- I'll put some comments here -->
        <html:title>This will be where the title goes</html:title>
        <html:link href="namespace.css" rel="stylesheet" type="text/css" media="all"></html:link>
    </html:head>

    <html:body>
      <html:div class="container">
        <html:div align="center"><html:img src="../../images/notes_xml.jpg" width="100" height="100" alt="Logo" /></html:div>
        <html:h1>The heading will go here</html:h1>
        <html:h2>List of links</html:h2>
        <html:ul>
          <html:li><html:a href="http://www.cnn.com/">CNN</html:a></html:li>
          <html:li><html:a href="http://whatis.techtarget.com/">Whatis.com</html:a></html:li>
          <html:li><html:a href="http://www.google.com">Google</html:a></html:li>
        </html:ul>
        <html:h2>Links to other pages</html:h2>
        <html:ul>
          <html:li><html:a href="xhtml_1.xml">First xhtml Page</html:a></html:li>
          <html:li><html:a href="xhtml_2.xml">Second xhtml Page</html:a></html:li>
        </html:ul>
        <html:table align="center">
          <html:tr>
            <html:td>
              123 My Street<html:br />
              City<html:br />
              State<html:br />
              Zipcode<html:br />
              123.456.7890<html:br />
              <html:a href="mailto:name@provider.com">name@provider.com</html:a>
            </html:td>
          </html:tr>
        </html:table>
        <html:hr />
        <html:p class="cpyRt">Copyright  &#169;Year Name -
            <!-- #BeginDate format:Am1 -->May 1, 2009<!-- #EndDate -->
        </html:p>      
     </html:div>
  </html:body>
</html>
