Home »
MCQs »
HTML MCQs
Which tag is used to create an HTML form for user input?
64. Which tag is used to create an HTML form for user input?
- <form>
- <input>
- <form_put>
- <form_get>
Answer: A) <form>
Explanation:
The HTML tag <form> is used to create an HTML form for user input.