Html form input control attributes

Html form elements attributes

Common attributes:

some attributes are used across all form elements:
  1. required
  2. tabindex
  3. name
  4. value
  5. list
  6. autocomplete
  7. placeholder
  8. readonly
  9. disabled
  10. autofoucs
  11. form
  12. autocapitalize
  13. (used with form and form elements)
  14. autocomplete
  15. (used with form and form elements)