Podcast
Questions and Answers
How is a check box control created in HTML?
How is a check box control created in HTML?
- Using the HTML tag with type attribute set to checkbox (correct)
- Using the HTML tag with type attribute set to check
- Using the HTML tag with type attribute set to select
- Using the HTML tag with type attribute set to box
What attribute is set to checkbox for creating a check box control in HTML?
What attribute is set to checkbox for creating a check box control in HTML?
- Category
- Style
- Type (correct)
- Kind
Which HTML tag is used to create a check box control?
Which HTML tag is used to create a check box control?
- input (correct)
- checkbox
- button
- select
Check box control is created using the tag in HTML with the type attribute set to checkbox.
Check box control is created using the tag in HTML with the type attribute set to checkbox.
The type attribute for creating a check box control in HTML is set to checkbox.
The type attribute for creating a check box control in HTML is set to checkbox.
A check box control in HTML can be created using the tag.
A check box control in HTML can be created using the tag.
Flashcards are hidden until you start studying