HTML, XHTML and CSS All-In-One for Dummies - Andy Harris [176]
One and only one member of a radio group can be selected at one time.
The most important thing to remember about radio buttons is that, like wildebeests and power-walkers, they must be in groups. Each group of radio buttons has only one button active. The group should be set up so that one button is always active.
You specify the radio button group in the XHTML code. Each element of the group can have an id (although the IDs aren’t really necessary in this application). What’s more important here is the name attribute. Look over the code, and you’ll notice something interesting. All the radio buttons have the same name!