Answers for "id vs name html"

1

difference between name and id html

The name attribute is used when sending data in a form submission.
Different controls respond differently. For example, you may have several radio
buttons with different id attributes, but the same name. When submitted, 
there is just the one value in the response - the radio button you selected.
Posted by: Guest on August-02-2021

Browse Popular Code Answers by Language