Bonjour, voilà je suis confronté à un problème usemap, je n'arrive pas à compléter cette étape, donc je m'adresse à vous bande de webmaster  
  donc voilà mon code: 
Et pourtant ça ne marche pas, je n'arrive pas à être redirigé sur wikipedia.org, où est le problème?
Modifié par Laurie-Anne (09 Nov 2011 - 11:21)
      
      
    
  donc voilà mon code: 
<html>
<head></head>
<body>
Image:
<p align="center"><img src="http://upload.wikimedia.org/wikipedia/commons/0/01/Die_Gartenlaube_%281874%29_b_431.jpg" heigh="1000px" width="500px" usemap="#Map"></p>
	<map name="Lapins">	
		<area shape="rect"
		href="http://www.wikipedia.org/" 
		coords="0,0,48,28">
			
		<area shape="circle"
		href="http://www.wikipedia.org/" 
		coords="50,30,10">
		
		<area shape="poly" 
		href="http://www.wikipedia.org/" 
		coords="60,50,80,30,100,40,50,100">
	</map>
</body>
</html>
Et pourtant ça ne marche pas, je n'arrive pas à être redirigé sur wikipedia.org, où est le problème?
Modifié par Laurie-Anne (09 Nov 2011 - 11:21)