HTML

prime9-listings.html

Oct 4th, 2017
480
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.96 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. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link href="prime.css" rel="stylesheet">
  8. <link href="favicon.ico" rel="icon">
  9. <!--[if lt IE 9]>
  10. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
  11. </script>
  12. <![endif]-->
  13. </head>
  14.  
  15. <body>
  16.  
  17. <div id="wrapper"><br>
  18. <header><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></header>
  19. <main>
  20.  
  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 id="right">
  31. <h2>Listings</h2>
  32. <h3>Schaumburg Colonial</h3>
  33. <p>This single family home is a two-story colonial on a large lot.</p>
  34. <a href="schaumburg.jpg"><img src="schaumburgthumb.jpg" width="150" height="113" alt="Schaumburg Colonial Home" class="floatleft"></a>
  35. <table>
  36.     <tr>
  37.     <th>Bedrooms</th>
  38.     <th>Baths</th>
  39.     <th>Garage</th>
  40.     <th>Listing</th>
  41.     </tr>
  42.     <tr>
  43.     <td>4</td>
  44.     <td>3</td>
  45.     <td>Two Car Garage</td>
  46.     <td>#3432535</td>
  47.     </tr>
  48. </table>
  49. <br class="clear">
  50. <h3>Libertyville Condo</h3>
  51. <p>New construction condo in downtown Libertyville.</p>
  52. <a href="libertyville.jpg"><img src="libertyvillethumb.jpg" width="150" height="113" alt="Libertyville Condo" class="floatleft"></a>
  53. <table>
  54.     <tr>
  55.     <th>Bedrooms</th>
  56.     <th>Baths</th>
  57.     <th>Garage</th>
  58.     <th>Listing</th>
  59.     </tr>
  60.     <tr>
  61.     <td>2</td>
  62.     <td>2</td>
  63.     <td>Two Indoor Parking Spaces</td>
  64.     <td>#3432432</td>
  65.     </tr>
  66. </table>
  67.    
  68. </main>
  69.  
  70. <footer>
  71. <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>
  72. Copyright &copy; 2013 Prime Properties<br>
  73. </footer>
  74.  
  75. </div>
  76. </body>
  77. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment