HTML

financing.html

Jan 30th, 2018
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.41 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. </head>
  8. <body>
  9. <div id="wrapper">
  10. <h1 id="header"><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></h1>
  11. <div id="left">
  12. <ul>
  13.   <li><a href="index.html">Home</a></li>
  14.   <li><a href="listings.html">Listings</a></li>
  15.   <li><a href="financing.html">Financing</a></li>
  16.   <li><a href="contact.html">Contact</a></li>
  17. </ul>
  18. </div>
  19. <div id="right">
  20. <h2>Financing</h2>
  21. <p>We work with many area mortgage and finance companies.</p>
  22. <h3>Mortgage FAQs</h3>
  23. <dl>
  24. <dt>What amount of mortgage do I qualify for? </dt>
  25. <dd>The total basic monthly housing cost is normally based on 29% to 41% of your gross monthly income.</dd>
  26. <dt>Which percentage is most often used? </dt>
  27. <dd>The percentage used depends on the lending institution and type of financing.</dd>
  28. <dt>How do I get started?</dt>
  29. <dd> Contact us today to help you arrange financing for your home.</dd>
  30. </dl>
  31. <div id="footer">
  32. <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></div>Copyright &copy; 2013 Prime Properties<br>
  33. <a href="mailto:[email protected]">[email protected]</a></div>
  34. </div>
  35. </div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment