<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "../../dtd/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <title>Zvon XHTML Reference Example</title>
   </head>
   <body>


      <p>

         <em>...some text...</em>
      </p>

      <p>You'll find a lot more in <a href="chapter2.html" title="Go to chapter two">chapter two</a>.
<a href="./chapter2.html" title="Get chapter two.">chapter two</a>. 
See also this <a href="../images/forest.gif" title="GIF image of enchanted forest">map of
the enchanted forest.</a>
      </p>


   </body>
</html>