Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Prime Properties :: Listing</title>
- <meta charset="utf-8">
- <link href="prime.css" rel="stylesheet">
- </head>
- <body>
- <div id="wrapper">
- <h1 id="header"><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></h1>
- <div id="left">
- <ul>
- <li><a href="index.html">Home</a></li>
- <li><a href="listings.html">Listings</a></li>
- <li><a href="financing.html">Financing</a></li>
- <li><a href="contact.html">Contact</a></li>
- </ul>
- </div>
- <div id="right">
- <h2>Listings</h2>
- <h3>Schaumburg Colonial</h3>
- <p>This single family home is a two-story colonial on a large lot.</p>
- <a href="schaumburg.jpg"><img src="schaumburgthumb.jpg" width="150" height="113" alt="Schaumburg Colonial Home" class="floatleft"></a>
- <ul>
- <li>Four bedrooms</li>
- <li>Two and 1/2 baths</li>
- <li>Two car garage</li>
- <li>Listing #3432535</li>
- </ul>
- <br class="clear">
- <h3>Libertyville Condo</h3>
- <p>New construction condo in downtown Libertyville.</p>
- <a href="libertyville.jpg"><img src="libertyvillethumb.jpg" width="150" height="113" alt="Libertyville Condo" class="floatleft"></a>
- <ul>
- <li>Close to train</li>
- <li>Two bedrooms, two baths</li>
- <li>Two indoor parking spaces</li>
- <li>Listing #3432432</li>
- </ul>
- <div id="footer">
- <div class="nav"><a href="index.html">Home</a> <a href="listings.html">Listings</a> <a href="financing.html">Financing</a> <a href="contact.html">Contact</a></div>
- Copyright © 2013 Prime Properties<br>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment