Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang=“en”>
  3. <head>
  4. <title>KayakDoorCounty.net</title>
  5. <meta charset=”utf-8>
  6. <style>
  7. main { background-image: url(hero3.jpg);
  8.        background-repeat: no-repeat; }
  9. <link rel="icon" href="favicon.ico" type="image/x-icon">
  10. </style>
  11. </head>
  12. <body>
  13. <h1><img src="kayak.jpg"
  14. alt="KayakDoorCounty.net"
  15. width="600" height="200"></h1>
  16. <main>
  17. <h2>Your next adventure is only a paddle away &hellip;</h2>
  18. <p>Take a guided kayak tour while you explore the shoreline of scenic Door County.</p>
  19. <strong><h3>Features tours this week</h3></strong>
  20. <li>Cana Island
  21. <li>Mink river
  22. <li>Europe Lake
  23. </main>
  24. <footer>
  25. <nav>
  26. <a href=“index.html”>Home</a> &nbsp;
  27. <a href=“tours.html”>Tours</a> &nbsp;
  28. <a href=“Reservation.html”>Reservations</a> &nbsp;
  29. <a href=“contact.html”>Contact</a>
  30. </nav>
  31. <small><i>Copyright &copy; 2016 KayakDoo
  32.  
  33. rCounty.net</i></small>
  34. </footer>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement