 17-

      ,    .     ,   ,   .

 ,  , ,    ,       ()     ,     ,   -  .   ,    ,    ,   ,       .

 , , ,         ,  ,   ,            html,    :)

,  .

    <map></map>.  <map>   () <area>,       (     )  ,     (..       -   ). 

<map>
<area ...>
<area ...>
...
<area ...>
</map>

      :) (  ) 

    .  : 

[IMG]
map1.png

  -     (240140 ). ,    1   2,   , -   - ,   - -  .      ( ,  ,    ),            ,     -   ,   No 1  No 2 ()  . 

,   ,     ,       ,   <area>, ,    .   shape  coords. 

 shape -   :     (shape="rect"),  (shape="circle")   (shape="poly").       , : 
<map>
<area shape="rect">
</map>

 coords -   (   ).           . 

"! !" -  , - " ?" -  ,      :)

[IMG]
map2.png

,      .       ,     (0;0).      ,     -  -  .      coords : 


<area shape="rect" coords="x1,y1,x2,y2>

      1  : 

x1=25, y1=36, x2=114, y2=98

,     : 

<map>
<area shape="rect" coords="25,36,114,98">
</map>

 ,     ,         href: 

<map>
<area href="drugoy_document.html" shape="rect" coords="25,36,114,98">
</map>

  ,      ,     ,           . 

  <map>   name -  ,    - karta1: 
<map name="karta1"</b>
<area href="drugoy_document.html" shape="rect" coords="25,36,114,98">
 ,     ,    usemap="#_"  : 

<img src="bluerects.gif" <b>usemap="#karta1">36"
...     ,  ...
<map name="karta1">
<area href="drugoy_document.html" shape="rect" coords="25,36,114,98">
</map>

   <area>    2   (x1=153, y1=11, x2=219, y2=127),      ,      . 
