<?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>


      <dl>
   
         <dt>Center</dt>
   
         <dt>Centre</dt>
   
         <dd> A point equidistant from all points
              on the surface of a sphere.</dd>
   
         <dd> In some field sports, the player who
              holds the middle position on the field, court,
              or forward line.</dd>

      </dl>


   </body>
</html>