Q. Which tag is used to display a checkbox?
β
Correct Answer: (B)
<input type="checkbox">
Explanation: <input type="checkbox"> is used to displaying check box.