Answers for "difference b/w name and value in html"

1

difference between name and value in html

The value attribute is what is going to get sent back to the server. 
For instance you can set the value of an input field in the html code, 
which is helpful for hidden or disabled inputs.

The name attribute is how you reference the input, once the value from 
the input gets sent back to the server.
Posted by: Guest on June-01-2021

Code answers related to "difference b/w name and value in html"

Browse Popular Code Answers by Language