Advertisement
HTML

starter2.html

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