Beginner
HTML & CSS
Q33 / 100
Which attribute is used to specify that an input field must be filled out before submitting a form?
Correct! Well done.
Incorrect.
The correct answer is B) required
B
Correct Answer
required
Explanation
The boolean "required" attribute on form controls prevents form submission until the field has a value.
Progress
33/100