Hello, can you please explain what are the name, id, and value attributes exactly for?
the name
attribute is used for submitting form data to the server, the id
attribute is used for uniquely identifying elements in the DOM tree and accessing them with JavaScript, and the value
attribute is used to specify the value of an input field that will be sent to the server.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.