Computer Science, asked by neelofer4985, 1 year ago

How do we use radio buttons in HTML forms?

Answers

Answered by omegads04
0

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. They are created using an <input> element whose type attribute is specified with a value of radio .

Similar questions