Advertisement
Militsa

contact

Dec 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Contact Us</title>
  6. </head>
  7. <body>
  8.     <h1>Contact Us</h1>
  9.     <form>
  10.         First name: <input type="text" name="firstname"><br/>
  11.         Second name: <input type="text" name="secondname"><br/>
  12.         <input type="submit" value="Submit">
  13.     </form>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement