HTML

prime7-listings.html

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