Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <form action="http://www.WebsiteDevelopmentBook.com/FormEcho.php" method="post"
  5. method="post">
  6. Name:<input type="input name="username"/>
  7. Username:<input type="input" name="username"/>
  8. Password:<input type="password" name="userPassword"/>
  9. <br/><br/>
  10. E-Mail: <input type="input" name="e-mail"/><br/><br/>
  11. Date: <input type=date>
  12. <br/>
  13. <br/>
  14. <input type="submit" value="Click to Submit"/>
  15. </form>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement