Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Prime Properties :: Contact</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link href="prime.css" rel="stylesheet">
- <link href="favicon.ico" rel="icon">
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
- </script>
- <![endif]-->
- </head>
- <body>
- <div id="wrapper"><br>
- <header><img src="primelogo.gif" alt="Prime Properties" width="650" height="100"></header>
- <main>
- <nav>
- <ul>
- <li><a href="index.html">Home</a></li>
- <li><a href="listings.html">Listings</a></li>
- <li><a href="financing.html">Financing</a></li>
- <li><a href="contact.html">Contact</a></li>
- </ul>
- </nav>
- <div id="right">
- <h2>Contact Prime Properties</h2>
- <p>Required fields are marked with an asterisk (*).</p>
- <form>
- <label for="myName">* Name:</label>
- <input type="text" name="myName" placeholder="Jacob Howard" required>
- <label for="myEmail">* E-mail:</label>
- <input type="email" name="myEmail" placeholder="[email protected]" required>
- <label for="myComments">* Experience:</label>
- <textarea rows="2" cols="20" name="myComments" placeholder="Cool place." required>
- </textarea>
- <input id="mySubmit" type="submit" value="Send Now">
- </form>
- </div>
- </main>
- <footer>
- <div class="nav"><a href="index.html">Home</a> <a href="listings.html">Listings</a> <a href="financing.html">Financing</a> <a href="contact.html">Contact</a>
- </div> <br>
- Copyright © 2013 Prime Properties<br>
- </footer>
- </div>
- </body>
- </html>
Advertisement