Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <p>Click on the sun or on one of the planets to watch it closer:</p>
  6.  
  7.  
  8.  
  9. <img src="http://i.imgur.com/8nGNECR.jpg" width="900" height="950" usemap="#produtosmap"/>
  10.  
  11.  
  12. <map name="produtosmap">
  13.    
  14.     <area shape="rect" coords="75,0,275,40" alt="products" color="red" href="link de perguntas">
  15.     <area shape="rect" coords="290,0,610,60" alt="products" color="red" href="link de dos produtos">
  16.     <area shape="rect" coords="630,0,820,40" alt="products" color="red" href="link de qualificacoes">
  17. </map>
  18.  
  19.  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement