HTML

prime7-financing.html

Sep 27th, 2017
507
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.70 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 :: Financing</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. <h2>Financing</h2>
  35. <p>We work with many area mortgage and finance companies.</p>
  36. <h3>Mortgage FAQs</h3>
  37. <dl>
  38. <dt>What amount of mortgage do I qualify for? </dt>
  39. <dd>The total basic monthly housing cost is normally based on 29% to 41% of your gross monthly income.</dd>
  40. <dt>Which percentage is most often used? </dt>
  41. <dd>The percentage used depends on the lending institution and type of financing.</dd>
  42. <dt>How do I get started?</dt>
  43. <dd> Contact us today to help you arrange financing for your home.</dd>
  44. </dl>
  45. <footer>
  46.  
  47. <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>
  48. </div> <br>
  49. Copyright &copy; 2013 Prime Properties<br>
  50. <a href="mailto:[email protected]">[email protected]</a></footer>
  51. </main>
  52.  
  53. </div>
  54. </body>
  55. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment