Guzel Bir Yol - Map -

HTML HAzirlama Rehberi - Normal v2.1 <Last Update: 1 April 1996>


Ornek Bir Resim Uzerinde Yonlendirme

<usemap="MAP-Name">

<map name="MAP-Name">
<area shape="#" coords="#" href="url">
</map>

#

shape="rect" coords="A,A',B,B'"

(A,A')=Upper Left, (B,B')=Lower Right

shape="circle" coords="A,A',R'"

(A,A')=Center, R=Radius

shape="poly" coords="A,A',B,B',C,C'..."

(A,A'>=First Corner, (B,B')=Second Corner, ...

 
 
<!Text BOTTON>
   <area shape="rect"
         href="page.html" 
         coords="140,20,280,60">
 
<!Triangle BOTTON>
   <area shape="poly"
         href="image.html"
         coords="100,100,180,80,200,140">
 
<!FACE>
   <area shape="circle" 
         href="new.html" 
         coords="80,100,60">
</map>