write syntax for Radio button
Answers
Answered by
5
Answer:
HTML <input type=”radio”> The HTML <input type=”radio”> is used to define a Radio Button. Radio Buttons are used to let the user select exactly one option from a list of predefined options. Radio Button input controls are created by using the “input” element with a type attribute having value as “radio”.
Answered by
0
Answer:
This is for HTML
it may differ in c++ or python or Java
it is different
Explanation:
HTML <input type=”radio”> The HTML <input type=”radio”> is used to define a Radio Button. Radio Buttons are used to let the user select exactly one option from a list of predefined options. Radio Button input controls are created by using the “input” element with a type attribute having value as “radio”.
Similar questions