Пример карты




<html> 
< head> 
 < title> HTML TEXTBOOK < /title> < /head> 
< base target=_blank> 
< body> 
< map name=mymap>   
< area shape=rect coords="18,12,266,200" href="tables.html"> 
< area shape=rect coords="290,12,487,200" href="references.html"> 
< area shape=rect coords="17,226,111,256" href="pictures.html"> 
< area shape=rect coords="43,262,111,300" href="examples.htm"> 
< area shape=rect coords="310,226,496,326" href="colors.htm"> 
< area shape=rect coords="24,308,212,404" href="ex1.htm"> 
< area shape=rect coords="17,264,38,298" href="pictures.html"> 
 < /map> 
< h1>  Пример карты < /h1> 
< img src="ttt1.jpg" border=10 usemap=#mymap> 


< /body>