Advertisement
mejpark

HTML5 form

Mar 25th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>HTML5 form</title>
  5. </head>
  6. <body>
  7. <form action="form-process.php">
  8. <!--
  9.     // form inputs go here
  10. -->
  11. </form>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement