Computer Science, asked by Shreeyutthelegend, 1 year ago

which tags are used to generate inputs from the user in HTML​

Answers

Answered by slahotiaug20
1

Answer:

[html]

[head]

[body]

[title]

[form]

[input]

Answered by manas001
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