HTML

listings.html

Jan 30th, 2018
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Prime Properties :: Listing</title>
  5. <meta charset="utf-8">
  6. <link href="prime.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <div id="wrapper">
  10. <h1 id="header"><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></h1>
  11. <div id="left">
  12. <ul>
  13.   <li><a href="index.html">Home</a></li>
  14.   <li><a href="listings.html">Listings</a></li>
  15.   <li><a href="financing.html">Financing</a></li>
  16.   <li><a href="contact.html">Contact</a></li>
  17. </ul>
  18. </div>
  19. <div id="right">
  20. <h2>Listings</h2>
  21. <h3>Schaumburg Colonial</h3>
  22. <p>This single family home is a two-story colonial on a large lot.</p>
  23. <a href="schaumburg.jpg"><img src="schaumburgthumb.jpg" width="150" height="113" alt="Schaumburg Colonial Home" class="floatleft"></a>
  24. <ul>
  25.   <li>Four bedrooms</li>
  26.   <li>Two and 1/2 baths</li>
  27.   <li>Two car garage</li>
  28.   <li>Listing #3432535</li>
  29. </ul>
  30. <br class="clear">
  31. <h3>Libertyville Condo</h3>
  32. <p>New construction condo in downtown Libertyville.</p>
  33. <a href="libertyville.jpg"><img src="libertyvillethumb.jpg" width="150" height="113" alt="Libertyville Condo" class="floatleft"></a>
  34. <ul>
  35.   <li>Close to train</li>
  36.   <li>Two bedrooms, two baths</li>
  37.   <li>Two indoor parking spaces</li>
  38.   <li>Listing #3432432</li>
  39. </ul>
  40. <div id="footer">
  41. <div class="nav"><a href="index.html">Home</a> &nbsp;&nbsp;<a href="listings.html">Listings</a> &nbsp;&nbsp;<a href="financing.html">Financing</a> &nbsp;&nbsp;<a href="contact.html">Contact</a></div>
  42. Copyright &copy; 2013 Prime Properties<br>
  43. <a href="mailto:[email protected]">[email protected]</a></div>
  44. </div>
  45. </div>
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment