HTML

index.html

Jan 30th, 2018
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Lighthouse Island Bistro</title>
  5. <meta charset="utf-8">
  6. <link href="lighthouse.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10.   <header>
  11.     <h1>Lighthouse Island Bistro</h1>
  12.   </header>
  13.   <nav>
  14.     <ul>
  15.      <li><a href="index.html">Home</a></li>
  16.      <li><a href="rooms.html">Menu</a></li>
  17.      <li><a href="directions.html">Directions</a></li>
  18.      <li><a href="contact.html">Contact</a></li>
  19.     </ul>
  20.    </nav>
  21.   <main>
  22.     <h2>Locally Roasted Free-Trade Coffee</h2>
  23.     <p>Indulge in the aroma of freshly ground roast coffee. Specialty drinks are available hot or cold.</p>
  24.     <h2>Specialty Pastries</h2>
  25.     <p>Enjoy a selection of our fresh-baked, organic pastries, including fresh-fruit muffins, scones, croissants, and cinammon rolls.</p>
  26.      <img src="lighthouseisland.jpg" width="250" height="355" id="floatright" alt="Lighthouse Island">
  27.     <h2>Lunchtime is Anytime</h2>
  28.     <p>Savor delicious wraps and sandwiches on hearty, whole-grain breads with locally-grown salad, fruit, and vegetables. </p>
  29.     <h2>Panoramic View</h2>
  30.     <p>Take in some scenery!</p>
  31.     <p>The top of our lighthouse offers a panoramic view of the countryside. Challenge your friends to climb our 100-stair tower.</p>
  32.    </main>
  33.    <footer>Copyright &copy; 2014
  34.    </footer>
  35.   </div> <!-- end of wrapper -->
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment