Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <link rel="icon" type="image/png" href="mapa/favicon.png">
  6. </head>
  7. <body>
  8. <img src="polska.png" usemap="#mapka" alt="Polska"/>
  9. <map name="mapka">
  10. <area shape="rect" coords="80,40,180,70"
  11. alt="pomorskie" href="http://www.woj-pomorskie.pl" tabindex ="1"/>
  12. <area shape="circle" coords="130,130,30"
  13. alt="łódzkie" href="http://www.lodzkie.pl" tabindex ="3"/>
  14. <area shape="poly" coords="264,242,190,200"
  15. alt="świętokrzyskie"
  16. href="http://www.kielce.uw.gov.pl/" tabindex ="2">
  17.  
  18. </map>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement