<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>HTML Image Maps: Basic Test</title>
  <!-- image content originally taken from http://www.osl.no/ -->
  <!-- used here under the auspices of fair use for increasing interoperability -->
 </head>
 <body>
  <p>Pick each one of the four lines below and check that the server
  agrees about what you picked.</p>
  <map id="alt">
   <area shape="rect" coords="7,6,104,27" href="001a.txt"/>
   <area shape="rect" coords="8,30,104,45" href="001b.txt"/>
   <area shape="rect" coords="7,47,104,65" href="001c.txt"/>
   <area shape="rect" coords="6,66,104,83" href="001d.txt"/>
   <area shape="default" nohref="nohref"/>
  </map>
  <p><img src="001.gif" usemap="#alt" width="160" height="91" alt="" border="0"/></p>
 </body>
 <!-- note: people claiming that usemap is an IDREF and not a %URI are
 mistaken. There is an unpublished errata for XHTML1.1 that clarifies
 that this change is in fact a bug:
 http://hades.mn.aptest.com/cgi-bin/voyager-issues/XHTML-1.1-text?id=650;expression=usemap;user=guest
 -->
</html>
