1The name attribute is used when sending data in a form submission.
2Different controls respond differently. For example, you may have several radio
3buttons with different id attributes, but the same name. When submitted,
4there is just the one value in the response - the radio button you selected.