Computer Applications
How to create a checkbox in HTML?
- <input type = "checkbox">
- <input type = "button">
- <checkbox>
- <input type = "check">
HTML Intro
6 Likes
Answer
<input type = "checkbox">
Reason — To create a checkbox in HTML, we use the <input> tag along with its 'type' attribute as follows:
<input type = "checkbox">
Answered By
2 Likes
Related Questions
Which of the following is/are popular chat application(s)?
- Tango
- All of these
What does the <B> tag do in HTML?
- Creates a bold text
- Creates a bullet point
- Creates an italicized text
- Creates an underlined text
There are total …………… values for rules attribute in <TABLE> tag.
- four
- three
- two
- five
Which attribute of <TD> tag is used to merge two or more columns to form a single column?
- colspan
- rowspan
- colarrange
- row arrange