HTML

prime8-index.html

Oct 3rd, 2017
752
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Prime Properties</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. <div id="left">
  22. <nav>
  23. <ul>
  24.   <li><a href="index.html">Home</a></li>
  25.   <li><a href="listings.html">Listings</a></li>
  26.   <li><a href="financing.html">Financing</a></li>
  27.   <li><a href="contact.html">Contact</a></li>
  28. </ul>
  29. </nav>
  30.  
  31. </div>
  32. <div id="right">
  33. <p>Prime Properties is prepared to market and sell your property.</p>
  34. <p>The philosophy of Prime Properties is to promote our clients, not ourselves. </p>
  35. <p>We can also help you find the property that meets your needs:</p>
  36. <ul>
  37.    <li>location</li>
  38.    <li>price</li>
  39.    <li>features</li>
  40. </ul>
  41. <div class="contact">Prime Properties<br>
  42.         3055 Bode Road<br>
  43.         Schaumburg, IL 60194<br>
  44.         <br>
  45.         <a id="mobile" href="tel:847-555-5555">847-555-5555</a> <span id="desktop">847-555-5555</a> <br> <br></div>
  46. <footer>
  47.  
  48. <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>
  49. Copyright &copy; 2013 Prime Properties<br>
  50. </footer>
  51.  
  52. </main>
  53. </div>
  54. </body>
  55. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment