HTML

prime9-contact.html

Oct 4th, 2017
500
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Prime Properties :: Contact</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>Contact Prime Properties</h2>
  32. <p>Required fields are marked with an asterisk (*).</p>
  33. <form>
  34. <label for="myName">* Name:</label>
  35. <input type="text" name="myName" placeholder="Jacob Howard" required>
  36. <label for="myEmail">* E-mail:</label>
  37. <input type="email" name="myEmail" placeholder="[email protected]" required>
  38. <label for="myComments">* Experience:</label>
  39. <textarea rows="2" cols="20" name="myComments" placeholder="Cool place." required>
  40. </textarea>
  41. <input id="mySubmit" type="submit" value="Send Now">
  42. </form>
  43. </div>
  44.  
  45. </main>
  46. <footer>
  47. <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>
  48. </div> <br>
  49. Copyright &copy; 2013 Prime Properties<br>
  50. </footer>
  51.  
  52. </div>
  53. </body>
  54. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment