Input Types in HTML

Suraj khadekar
0

 


  1. <input type="text">
  2. <input type="password">
  3. <input type="number">
  4. <input type="date">
  5. <input type="file">
  6. <input type="radio">
  7. <input type="checkbox">
  8. <input type="button">
  9. <input type="text">
  10. <input type="color">
  11. <input type="email">
  12. <input type="hidden">
  13. <input type="image">
  14. <input type="range">
  15. <input type="tel">
  16. <input type="time">
  17. <input type="datetime-local">
  18. <input type="week">
  19. <input type="month">
  20. <input type="url">
  21. <input type="submit">
  22. <input type="reset">


Post a Comment

0Comments
Post a Comment (0)