Multiple Choice Question (MCQ)
Question: Which tag creates a checkbox for a form in html?
A.
<check box>
B.
<input check box>
C.
<input = check box>
D.
<input type = "check box">
Correct Answer: <input type = "check box">