Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.68 KB | None | 0 0
  1. <html>
  2. <body>
  3. <img src="U:\WebDevelopment\deitel.gif" usemap="#deitel" border="0">
  4. <map name="deitel">
  5. <area shape="rect" coords="13,6,63,56" href="blank.html" alt="home" title="home"/>
  6. <area shape="rect" coords="171,5,221,55" href="blank.html" alt="links" title="links"/>
  7. <area shape="rect" coords="4,90,54,140" href="blank.html" alt="feedback" title="feedback"/>
  8. <area shape="rect" coords="171,90,221,140" href="blank.html" alt="contact" title="contact"/>
  9. <area shape="polygon" coords="19,44,45,11,87,37,82,76,49,98" a href="mailto:deitelxyz@deitel.com" alt="mail" />
  10. <area shape="circle" coords="180,140,120" a href="mailto:deitelxyz@deitel.com" alt="mail" />
  11. </map>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement