What are the types of user inputs in html?
Answers
Answered by
1
Answer:
Here are the different input types you can use in HTML:
- <input type="button">
- <input type="checkbox">
- <input type="color">
- <input type="date">
- <input type="datetime-local">
- <input type="email">
- <input type="file">
- <input type="hidden">
Explanation:
#Hope you have satisfied with this answer.
Similar questions