Beginner
HTML & CSS
Q19 / 100
What is the correct HTML for creating a checkbox?
Correct! Well done.
Incorrect.
The correct answer is A) <input type="checkbox">
A
Correct Answer
<input type="checkbox">
Explanation
<input type="checkbox"> creates a checkbox form control.
Progress
19/100