Computer Science, asked by tkpproject, 7 months ago

h
Which tag creates a check box for a form in HTML?
जो टेग HTML में एक फार्म के लिए एक चेक बॉक्स बनाता है?
Select one:
O a. <input checkbox>
<input checkbox>
b. <input=checkbox>
<input checkbox>
c. <input type="checkbox">
<input type="checkbox">
d. <checkbox>
<checkbox>​

Answers

Answered by DrNykterstein
1

Answer : (c)

<input type="checkbox"> will create a checkbox for a form in HTML.

More Information:

<input type="radio"> will create a selecting lists where you can select only one option at a time.

<input type="password"> will create a input field where the data entered into the field will be displayed as dots.

<input type="date"> will create a field in which you can select date.

Answered by Anonymous
2

Hᴇʏ ᴍᴀᴛᴇ ʏᴏᴜʀ ᴀɴsᴡᴇʀ ɪs ᴏᴘᴛɪᴏɴ:ᴄ

Similar questions