HTML

prime11-index.html

Oct 6th, 2017
283
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Prime Properties</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. <br>
  29.  
  30. <main>
  31. <video width="213" height="163" controls class="floatright">
  32.     <source src="prime.m4v">
  33.     <source src="prime.ogv">
  34.     <source src="prime.swf">
  35.     <source src="primeposter.jpg">
  36. It appears that your browser does not support the video element.
  37. </video>
  38. <p>Prime Properties is prepared to market and sell your property.</p>
  39. <p>The philosophy of Prime Properties is to promote our clients, not ourselves. </p>
  40. <p>We can also help you find the property that meets your needs:</p>
  41. <ul>
  42.    <li>location</li>
  43.    <li>price</li>
  44.    <li>features</li>
  45. </ul>
  46. <h2>Podcast Episode #1,247</h2>
  47. <audio controls>
  48.     <source src="primepodcast.ogg">
  49.     <source src="primepodcast.mp3">
  50. It appears that your browser does not support the audio element. Please click <a href="primepodcast.txt" target="_blank">here</a> to view the text transcript of the podcast.
  51. </audio>
  52. <div class="contact">Prime Properties<br>
  53.         3055 Bode Road<br>
  54.         Schaumburg, IL 60194<br>
  55.         <br>
  56.         <a id="mobile" href="tel:847-555-5555">847-555-5555</a> <span id="desktop">847-555-5555</a> <br> <br></div>
  57.  
  58. </main>
  59. <footer>
  60. <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> <br>
  61. Copyright &copy; 2013 Prime Properties<br>
  62. </footer>
  63.  
  64. </div>
  65. </body>
  66. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment