Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <!--*****************************************
  2. Name: Jan Bansuan
  3. Program: HOP 4.4
  4. Date: 9/19/17
  5. ******************************************-->
  6. <!DOCTYPE html>
  7. <html lang="en">
  8. <head>
  9. <meta charset="utf-8">
  10. <title>KayakDoorCounty.net</title>
  11. <style>
  12. #bar {background-color: #152420;}
  13. img {border: none;}
  14. </style>
  15. </head>
  16. <body>
  17. <header>
  18. <h1><img src="kayakdc.gif"
  19. alt="KayakDoorCountry.net"
  20. width="500" height="60"></h1>
  21. </header>
  22. <nav id="bar">
  23. <a href="index.html"><img src="home.gif" alt="Home" width="90" height="35"></a> &nbsp;
  24. <a href="tours.html"><img src="tours.gif" alt="Tours" width="90" height="35"></a> &nbsp;
  25. <a href="reservations.html"><img src="reservations.gif" alt="Reservations" width="190" height="35"></a> &nbsp;
  26. <a href="contact.html"><img src="contact.gif" alt="Contacts" width="130" height="35"></a> &nbsp;
  27. </nav>
  28. <main>
  29. <h2>Your next adventure is only a paddle away ....</h2>
  30. <img src="hero.jpg"
  31. alt="ThereGoesOurHero.net"
  32. width="500" height="350">
  33. <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
  34. <h3>Featured tours this week:</h3>
  35. <ul>
  36. <li>Cana Island</li>
  37. <li>Mink River</li>
  38. <li>Europe Lake</li>
  39. </ul>
  40. </main>
  41. <footer>
  42. <nav>
  43. <a href="index.html">Home</a> &nbsp;
  44. <a href="tours.html">Tours</a> &nbsp;
  45. <a href="reservations.html">Reservations</a> &nbsp;
  46. <a href="contact.html">Contact</a> &nbsp;
  47. </nav>
  48. <small><i>Copyright &copy; 2017 KayakDoorCounty.net</i></small>
  49. </footer>
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement