which tags are used to generate inputs from the user in HTML
Answers
Answered by
1
Answer:
[html]
[head]
[body]
[title]
[form]
[input]
Answered by
1
Explanation:
The <form> tag is used to create an HTML form for user input. The <form> element can contain one or more of the following form elements: <input> <textarea>
Similar questions