Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. </head>
  5. <body>
  6. <form action="" method="post">
  7. <p>
  8. <input type="text" placeholder="set text">
  9. <br><input type="password" placeholder="set password">
  10. </p>
  11. <input type="submit" value="SenD">
  12. <p>
  13. <input type="checkbox"><label>Check 1</label><br>
  14. <input type="checkbox"><label>Check 2</label><br>
  15. <input type="checkbox"><label>Check 3</label><br>
  16. <input type="checkbox"><label>Check 4</label><br>
  17. </p>
  18. <p>
  19. <input type="radio" name="radioGroup"><label>Radio 1</label><br>
  20. <input type="radio" name="radioGroup"><label>Radio 2</label><br>
  21. <input type="radio" name="radioGroup"><label>Radio 3</label><br>
  22. <input type="radio" name="radioGroup"><label>Radio 4</label><br>
  23. </p>
  24. <p>
  25. <input type="file">
  26. </p>
  27. <p>
  28. <select>
  29. <option>Item 1</option>
  30. <option>Item 2</option>
  31. <option>Item 3</option>
  32. </select>
  33. <textarea>
  34. </textarea>
  35. </p>
  36. </form>
  37.  
  38.  
  39.  
  40. </body>
  41.  
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement