HTML

howard-imagemap.html

Mar 8th, 2017
241
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <style>
  6. #wrapper {
  7.     background-color:#CF6;
  8. }
  9. body,td,th {
  10.     font-family: Verdana, Geneva, sans-serif;
  11.     font-size: large;
  12.     color: #06F;
  13. }
  14. body {
  15.     background-color: #9CF;
  16.     margin-left: 100px;
  17.     margin-top: 20px;
  18.     margin-right: 100px;
  19.     margin-bottom: 100px;
  20. }
  21. a:link {
  22.     color: #F60;
  23. }
  24. a:visited {
  25.     color: #FF3;
  26. }
  27. a:hover {
  28.     color: #FFF;
  29. }
  30. h1,h2,h3,h4,h5,h6 {
  31.     font-family: "Century Gothic", Arial, serif;
  32. }
  33. h1 {
  34.     color: #F00;
  35. }
  36. </style>
  37. <title>Howard - Image Map</title>
  38. </head>
  39.  
  40. <body>
  41. <div id="wrapper">
  42. <header>
  43. <h1 align="center">What is your hometown's NFL team?</h1>
  44. </header>
  45. <main>
  46. <div align="center"><img src="Florida.jpg" alt="Florida Map" width="800" height="499" usemap="#Map" border="0" />
  47.   <map name="Map" id="Map">
  48.     <area shape="poly" coords="224,13,239,66" href="#" />
  49.     <area shape="poly" coords="223,13,239,64,310,59,366,92,455,63,521,127,644,113,615,15" href="http://www.jaguars.com/" target="_blank" alt="Jacksonville Jaguars" />
  50.     <area shape="poly" coords="525,128,541,175,532,241,688,234,646,115" href="http://www.buccaneers.com/" target="_blank" alt="Tampa Bay Buccaneers" />
  51.     <area shape="poly" coords="538,244,611,390,643,397,657,449,712,433,713,388,727,320,689,233" href="http://www.miamidolphins.com/" target="_blank" alt="Miami Dolphins" />
  52.   </map>
  53. <p>Click on the general area you live in here in the Sunshine State to find out what <em>your</em> home NFL team is!</p>
  54. </div>
  55. </main>
  56. <footer>
  57.   <div align="center">
  58.     <a href="https://www.google.com/">Google Search</a><br />
  59.     <a href="mailto:redacted">Email Me!</a>
  60.   </div>
  61. </footer>
  62. </div>
  63. </body>
  64. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment