0
What is name attribute in html???
Name attribute value attributes or submit
2 Réponses
+ 2
The `name` attribute in HTML is used to identify form controls and create a key-value pair when submitting forms. It is not directly related to the `value` attribute or the `submit` button.
+ 5
It's essential in forms to send data.