HTML

prime11-financing.html

Oct 6th, 2017
483
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.60 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. <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.  
  20. <nav>
  21. <ul>
  22.   <li><a href="index.html">Home</a></li>
  23.   <li><a href="listings.html">Listings</a></li>
  24.   <li><a href="financing.html">Financing</a></li>
  25.   <li><a href="contact.html">Contact</a></li>
  26. </ul>
  27. </nav>
  28. <main>
  29.  
  30. <h2>Financing</h2>
  31. <p>We work with many area mortgage and finance companies.</p>
  32. <h3>Mortgage FAQs</h3>
  33. <dl>
  34. <dt>What amount of mortgage do I qualify for? </dt>
  35. <dd>The total basic monthly housing cost is normally based on 29% to 41% of your gross monthly income.</dd>
  36. <dt>Which percentage is most often used? </dt>
  37. <dd>The percentage used depends on the lending institution and type of financing.</dd>
  38. <dt>How do I get started?</dt>
  39. <dd> Contact us today to help you arrange financing for your home.</dd>
  40. </dl>
  41.  
  42. </main>
  43. <footer>
  44. <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>
  45. </div> <br>
  46. Copyright &copy; 2013 Prime Properties<br>
  47. </footer>
  48.  
  49. </div>
  50. </body>
  51. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment