The name for all the Radio Objects must be the same.State True or false
Answers
Answered by
4
- The Radio object represents a single radio button, created by an HTML <INPUT> tag of type "radio", in a series from which the user may select only one. It is for this reason that all radio buttons in a group must have the same value for the NAME attribute.
Answered by
13
True
Explanation : all radio buttons in a group must have the same value for the NAME attribute.
Similar questions