Advertisement
Guest User

HTML MAPA

a guest
Feb 13th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1. <DOCTYPE! html>
  2. <html>
  3. <head>
  4. <title>Image map</title>
  5. </head>
  6. <body>
  7. <h1 align="center"><font face="Gill sans mt">Mapa</font></h1>
  8. <div id="map" align="center">
  9. <img src="https://html.com/wp-content/uploads/image_map_example.jpg" width=1000 height=664 usemap="#mapa">
  10. <map name="mapa">
  11. <area href="https://facebook.com" alt="Fejsbuk" target="_blank"  shape=poly coords="60,205, 280,100, 580,440, 360,560">
  12. <area href="https://sr.wikipedia.org/sr-el/%D0%94%D1%80%D1%83%D1%88%D1%82%D0%B2%D0%B5%D0%BD%D0%B8_%D0%BC%D0%B5%D0%B4%D0%B8%D1%98%D0%B8" alt="Fejsbuk" target="_blank"  shape=poly coords="360,130, 990,130, 990,340, 540,340 ">
  13. </map>
  14. </div>
  15. <br>
  16. <br>
  17. <div id="slika" align="center">
  18. <h1 align="center"><font face="Gill sans mt">Slika sa linkom</font></h1>
  19. <a href="https://www.realmadrid.com/en"><img src="http://tourtravelandmore.com/wp-content/uploads/2016/10/bernabeu-real-madrid-private-tour-2.jpg" height="270" width="400" /></a>
  20. </div>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement