Utiliser les fonctions map et area

posted in: html | 0

Chercher sur l’image des informations sur notre école :

siteweb1

plan ancien logo nouveau logo
Le code expliqué

Comment utiliser les fonctions map et area

<a name= »top »></a>
<h1 id= »titre »>HTML5 – Map / Area</h1>
<p>Chercher sur l’image des informations sur notre école : </p>
<img src= »http://lescarnetsd.entara.be/wp-content/uploads/2015/02/siteweb1.jpg » alt= »siteweb1″ width= »259″ height= »194″ class= »alignnone size-full wp-image-151″ usemap= »#aramap »>
<map name= »aramap »>
<area shape= »rect » coords= »0,0,80,80″ alt= »plan » title= »Plan de l’école » href= »http://www.ar-ans.be/blog/wp-content/uploads/2009/09/planara.jpg » />
<area shape= »rect » coords= »259,0,100,100″ alt= »ancien logo » title= »Ancien logo » href= »http://lescarnetsd.entara.be/wp-content/uploads/2015/02/siteweb2.jpg » />
<area shape= »rect » coords= »150,150,259,100″ alt= »nouveau logo » title= »nouveau logo » href= »http://lescarnetsd.entara.be/wp-content/uploads/2015/02/siteweb3.jpg » />
</map>

logowebmaster1