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

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

      <div>
As <cite>Harry S. Truman</cite> said,
<q lang="en-us">The buck stops here.</q>

      </div>

      <div>
More information can be found in <cite>[ISO-0000]</cite>.
</div>

      <div>
Please refer to the <em>following reference number</em> in future
correspondence: <strong>1-234-55</strong>

      </div>

   </body>
</html>