HTML

index.html

Jan 30th, 2018
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Prime Properties</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. <p>Prime Properties is prepared to market and sell your property.</p>
  21. <p>The philosophy of Prime Properties is to promote our clients, not ourselves. </p>
  22. <p>We can also help you find the property that meets your needs:</p>
  23. <ul>
  24.    <li>location</li>
  25.    <li>price</li>
  26.    <li>features</li>
  27. </ul>
  28. <div class="contact">Prime Properties<br>
  29.         3055 Bode Road<br>
  30.         Schaumburg, IL 60194<br>
  31.   <br>
  32.         847-555-5555 <br> <br></div>
  33. <div id="footer">
  34. <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>
  35. Copyright &copy; 2013 Prime Properties<br>
  36. <a href="mailto:[email protected]">[email protected]</a></div>
  37. </div>
  38. </div>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment