Advertisement
Guest User

index.html

a guest
Jun 25th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8" />
  5.     <title>Lakeland Reeds Bed &amp; Breakfast</title>
  6.     <link rel="stylesheet" type="text/css" media="screen" href="lakeland.css" />
  7.     <link rel="stylesheet" type="text/css" media="print" href="llprint.css" />
  8.     <!--[if lt IE 9]>
  9.      <script src="scripts/semantic.js"></script>
  10.    <![endif]-->
  11.   </head>
  12.   <body>
  13.     <p id="skipnav"><a href="#main">Skip navigation</a></p>
  14.     <div id="box">
  15.       <h1>
  16.       <img src="images/lakeland.gif" width="664" height="180" alt="Lakelane Reeds Bed and Breakfast" />
  17.       </h1>
  18.       <nav id="mainnav">
  19.       <figure id="main">
  20.         <img src="images/sun.jpg" width="369" height="268" alt=""/>
  21.       </figure>
  22.         <p>
  23.           <a href="index.html">Home</a> |
  24.           <a href="aboutus.html">About Us</a> |
  25.           <a href="rooms.html">Rooms</a> |
  26.           <a href="reserve.html">Reservations</a> |
  27.           <a href="http://bit.ly/dl8xGc" target="_blank">Local Weather</a> |
  28.           <a href="http://bit.ly/cO7Vcs" target="_blank">Directions</a>
  29.         </p>
  30.       </nav>
  31.       <p><span class="callout">Lakeland Reeds</span> is a rustic bed and breakfast on Twin Lakes near rural Marble, Minnesota. Convenient to US 2 and 169, the fresh air and quiet make for an ideal weekend escape from the rush of city life.</p>
  32.       <footer>
  33.         <p>45 Marsh Grass Ln. <img src="images/flourish.gif" width="16" height="16" alt=""/> Marble, MN 55764 <img src="images/flourish.gif" width="16" height="16" alt=""/> (218) 555-5253</p>
  34.       </footer>
  35.     </div>
  36.   </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement