HTML

prime6-financing.html

Sep 26th, 2017
137
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 :: Financing</title>
  5. <meta charset="utf-8">
  6. <link href="prime.css" rel="stylesheet">
  7. <link href="favicon.ico" rel="icon">
  8. <!--[if lt IE 9]>
  9. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
  10. </script>
  11. <![endif]-->
  12. </head>
  13.  
  14. <body>
  15.  
  16. <div id="wrapper"><br>
  17. <header><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></header>
  18. <main>
  19.  
  20. <div id="left">
  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>
  31. <div id="right">
  32. <h2>Financing</h2>
  33. <p>We work with many area mortgage and finance companies.</p>
  34. <h3>Mortgage FAQs</h3>
  35. <dl>
  36. <dt>What amount of mortgage do I qualify for? </dt>
  37. <dd>The total basic monthly housing cost is normally based on 29% to 41% of your gross monthly income.</dd>
  38. <dt>Which percentage is most often used? </dt>
  39. <dd>The percentage used depends on the lending institution and type of financing.</dd>
  40. <dt>How do I get started?</dt>
  41. <dd> Contact us today to help you arrange financing for your home.</dd>
  42. </dl>
  43. <footer>
  44.  
  45. <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>
  46. </div> <br>
  47. Copyright &copy; 2013 Prime Properties<br>
  48. <a href="mailto:[email protected]">[email protected]</a></footer>
  49. </main>
  50.  
  51. </div>
  52. </body>
  53. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment