Advertisement
Guest User

Untitled

a guest
Mar 8th, 2022
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <title>Pacific Trails Resort</title>
  5.         <meta charset="utf-8">
  6.         <link rel="stylesheet" type="text/css" href="pacific.css">
  7.         <link rel="icon" type="image/x-icon" href="images/favicon.ico">
  8.     </head>
  9.     <body>
  10.         <div id="wrapper">
  11.             <header>
  12.                 <h1>Pacific Trails Resort</h1>
  13.             </header>
  14.             <nav>
  15.                 <a href="index.html">Home</a>&nbsp;
  16.                 <a href="yurts.html">Yurts</a>&nbsp;
  17.                 <a href="activities.html">Activities</a>&nbsp;
  18.                 <a href="reservations.html">Reservations</a>
  19.             </nav>
  20.             <div id="homehero"> <!-- Home Page Image -->
  21.                 <!-- <img src="images/coast.jpg" width="100%" height="100%" alt="A Sunny Coastline"> -->
  22.             </div> <!-- End of Home Page Image -->
  23.             <main>
  24.                 <h2>Enjoy Nature in Luxury</h2>
  25.                 <p>
  26.                     <span class="resort">Pacific Trails Resort</span> offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean. Your stay at Pacific Trails Resort includes a sumptuously appointed private yurt and a cooked-to-order breakfast each morning.
  27.                 </p>
  28.                 <ul>
  29.                     <li>Relax in our lodge while enjoying complimentary appetizers and beverages</li>
  30.                     <li>Savor nightly fine dining with an ocean view</li>
  31.                     <li>Unwind in the heated outdoor pool and whirlpool</li>
  32.                     <li>Explore the coast on your or join our guided tours</li>
  33.                 </ul>
  34.                 <div> <!-- Address and Contact Information -->
  35.                     <p id="contact">
  36.                         <span class="resort">Pacific Trails Resort</span><br>
  37.                         12010 Pacific Trails Road<br>
  38.                         Zephyr, CA 95555
  39.                     </p>
  40.                     <p>
  41.                         888-555-5555
  42.                     </p>
  43.                 </div> <!-- End of Address and Contact Information -->
  44.             </main>
  45.             <footer>
  46.                 <p>
  47.                     Copyright © 2022 Pacific Trails Resort<br>
  48.                     <a href="mailto:[email protected]">[email protected]</a>
  49.                 </p>
  50.             </footer>
  51.         </div>
  52.     </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement