Advertisement
seymourbuttss

html exercise 8

Apr 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. </head>
  13.  
  14.  
  15. <body>
  16. <img src="PRACTICE8/shapes.jpg" usemap="#octagon">
  17.  
  18.  
  19.  
  20.  
  21. <map name="octagon">
  22. <area shape="rect" coords="39,169,163,254" href="AQUINO.jpg" alt="yahoo"> <!-- rectangle -->
  23. <area shape="circle" coords="225,150,49" href="download.jpg" alt="bing">
  24. <!-- yung third coordinate is x coordinate of the center minus x coordinate ng dulo ng radius-->
  25. <area shape="poly" coords="(102,45,51,131,152,131)" href="upisback.jpg" alt="duckduckgo">
  26.  
  27.  
  28. </map>
  29.  
  30.  
  31.  
  32.  
  33. </body>
  34.  
  35.  
  36.  
  37.  
  38.  
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement