Multiple choice technology What is the correct HTML for making a checkbox? <input type="check" /> <check> <checkbox> <input type="checkbox" /> Reveal answer Fill a bubble to check yourself D Correct answer Explanation HTML checkboxes are created using the tag with type="checkbox": . There are no or tags in HTML. The type attribute must be exactly "checkbox", not "check".