Guest User

Untitled

a guest
Nov 19th, 2017
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> Forms </title>
  4. </head>
  5. <body>
  6. <h1> Proper Form </h1><hr>
  7. <form>
  8. Username : <input type=“text” name=“user_name” > </br>
  9. Password : <input type=“password” name=“user_pass”> </br>
  10. Hobbies : </br>Dancing : <input type=“Checkbox” name=“dance”>
  11. </br>Singing :<input type=“Checkbox” name=“singing”>
  12. </br>Playing :<input type=“Checkbox” name=“playing”> </br>
  13. Gender : </br> Male : <input type=“radio” name=“male”>
  14. </br> Male : <input type=“radio” name=“female”> </br>
  15. <select name=“City”>
  16. <option> Jaipur
  17. <option> Delhi
  18. <option> Goa
  19. </select> </br>
  20. <input type=“submit”> </br>
  21. <input type=“reset”> </br>
  22. <button> Hahaha </button>
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment