HTML

prime9-financing.html

Oct 4th, 2017
718
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.61 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. <main>
  20.  
  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 id="right">
  31. <h2>Financing</h2>
  32. <p>We work with many area mortgage and finance companies.</p>
  33. <h3>Mortgage FAQs</h3>
  34. <dl>
  35. <dt>What amount of mortgage do I qualify for? </dt>
  36. <dd>The total basic monthly housing cost is normally based on 29% to 41% of your gross monthly income.</dd>
  37. <dt>Which percentage is most often used? </dt>
  38. <dd>The percentage used depends on the lending institution and type of financing.</dd>
  39. <dt>How do I get started?</dt>
  40. <dd> Contact us today to help you arrange financing for your home.</dd>
  41. </dl>
  42.  
  43. </main>
  44. <footer>
  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. </footer>
  49.  
  50. </div>
  51. </body>
  52. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment