HTML

prime7-index.html

Sep 27th, 2017
516
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.68 KB | None | 0 0
  1. Code has several errors - do not use!
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>Prime Properties</title>
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link href="prime.css" rel="stylesheet">
  9. <link href="favicon.ico" rel="icon">
  10. <!--[if lt IE 9]>
  11. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
  12. </script>
  13. <![endif]-->
  14. </head>
  15.  
  16. <body>
  17.  
  18. <div id="wrapper"><br>
  19. <header><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></header>
  20. <main>
  21.  
  22. <div id="left">
  23. <nav>
  24. <ul>
  25.   <li><a href="index.html">Home</a></li>
  26.   <li><a href="listings.html">Listings</a></li>
  27.   <li><a href="financing.html">Financing</a></li>
  28.   <li><a href="contact.html">Contact</a></li>
  29. </ul>
  30. </nav>
  31.  
  32. </div>
  33. <div id="right">
  34. <p>Prime Properties is prepared to market and sell your property.</p>
  35. <p>The philosophy of Prime Properties is to promote our clients, not ourselves. </p>
  36. <p>We can also help you find the property that meets your needs:</p>
  37. <ul>
  38.    <li>location</li>
  39.    <li>price</li>
  40.    <li>features</li>
  41. </ul>
  42. <div class="contact">Prime Properties<br>
  43.         3055 Bode Road<br>
  44.         Schaumburg, IL 60194<br>
  45.         <br>
  46.         <a id="mobile" href="tel:847-555-5555">847-555-5555</a> <span id="desktop">847-555-5555</a> <br> <br></div>
  47. <footer>
  48.  
  49. <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>
  50. Copyright &copy; 2013 Prime Properties<br>
  51. </footer>
  52.  
  53. </main>
  54. </div>
  55. </body>
  56. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment