Single Choice Not Set

QHow can a checkbox be made in HTML?

ID: #4800 HTML Basic MCQ 201 views
Question Info
#4800Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    <input type = "checkbox">
    
  • B
    
    <input type = "button">
    
  • C
    
    <checkbox>
    
  • D
    
    <input type = "check">
    
Correct Answer

Explanation


 You can create a checkbox in HTML using the <input> element with a type attribute set to "checkbox"


Share This Question

Challenge a friend or share with your study group.