HTML

prime9-index.html

Oct 4th, 2017
524
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.59 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. <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. <p>Prime Properties is prepared to market and sell your property.</p>
  32. <p>The philosophy of Prime Properties is to promote our clients, not ourselves. </p>
  33. <p>We can also help you find the property that meets your needs:</p>
  34. <ul>
  35.    <li>location</li>
  36.    <li>price</li>
  37.    <li>features</li>
  38. </ul>
  39. </div>
  40. <div class="contact">Prime Properties<br>
  41.         3055 Bode Road<br>
  42.         Schaumburg, IL 60194<br>
  43.         <br>
  44.         <a id="mobile" href="tel:847-555-5555">847-555-5555</a> <span id="desktop">847-555-5555</a> <br> <br></div>
  45.  
  46. </main>
  47. <footer>
  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. </div>
  53. </body>
  54. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment