Beginner
HTML & CSS
Q23 / 100
What is the purpose of the <form> element?
Correct! Well done.
Incorrect.
The correct answer is B) To collect user input and submit it to a server
B
Correct Answer
To collect user input and submit it to a server
Explanation
<form> groups input controls (text fields, buttons, etc.) and defines how the data is submitted (action and method attributes).
Progress
23/100