Computer Science, asked by Nikess8836, 1 year ago

Explain Radio buttons and its attributes.

Answers

Answered by Anonymous
3
HTML radio buttons are a type of HTML forms used to enable website visitors to select a single option from a list of multiple options. HTML radio buttons create round check buttonsnext to the text. They are created using an <input> element whose typeattribute is specified with a value ofradio .
Answered by asifkuet
2

Answer:

If we want to select an option from the list, a radio button is a good choice which plays the role of an indicator. It is like a circle button. When you click on it, it fills which distinguish it from other option on that list. The other radio button shows as an empty circle which means they are deselected. Of course, you can change your mind and select the other radio button any time.

Similar questions