Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

How to create a checkbox in HTML?

a) <input type = “checkbox”>
b) <input type = “button”>
c) <checkbox>
d) <input type = “check”>

Answer: a
Explanation: To create a checkbox in HTML, we have to use the <input> tag and give the value checkbox to its type attribute.

Join The Discussion