HTML

prime6-listings.html

Sep 26th, 2017
202
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.80 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. <link href="favicon.ico" rel="icon">
  8. <!--[if lt IE 9]>
  9. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
  10. </script>
  11. <![endif]-->
  12. </head>
  13.  
  14. <body>
  15.  
  16. <div id="wrapper"><br>
  17. <header><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></header>
  18. <main>
  19.  
  20. <div id="left">
  21. <nav>
  22. <ul>
  23.   <li><a href="index.html">Home</a></li>
  24.   <li><a href="listings.html">Listings</a></li>
  25.   <li><a href="financing.html">Financing</a></li>
  26.   <li><a href="contact.html">Contact</a></li>
  27. </ul>
  28. </nav>
  29.  
  30. </div>
  31. <div id="right">
  32. <h2>Listings</h2>
  33. <h3>Schaumburg Colonial</h3>
  34. <p>This single family home is a two-story colonial on a large lot.</p>
  35. <a href="schaumburg.jpg"><img src="schaumburgthumb.jpg" width="150" height="113" alt="Schaumburg Colonial Home" class="floatleft"></a>
  36. <ul>
  37.   <li>Four bedrooms</li>
  38.   <li>Two and 1/2 baths</li>
  39.   <li>Two car garage</li>
  40.   <li>Listing #3432535</li>
  41. </ul>
  42. <br class="clear">
  43. <h3>Libertyville Condo</h3>
  44. <p>New construction condo in downtown Libertyville.</p>
  45. <a href="libertyville.jpg"><img src="libertyvillethumb.jpg" width="150" height="113" alt="Libertyville Condo" class="floatleft"></a>
  46. <ul>
  47.   <li>Close to train</li>
  48.   <li>Two bedrooms, two baths</li>
  49.   <li>Two indoor parking spaces</li>
  50.   <li>Listing #3432432</li>
  51. </ul>
  52. <footer>
  53.  
  54. <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> <br>
  55. Copyright &copy; 2013 Prime Properties<br>
  56. </footer>
  57.  
  58. </main>
  59. </div>
  60. </body>
  61. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment