MCQ
What is the correct HTML for creating a checkbox?
Explanation
<input type="checkbox"> creates a checkbox input field in HTML forms.
<input type="checkbox"> creates a checkbox input field in HTML forms.