name attribute in html

Solutions on MaxInterview for name attribute in html by the best coders in the world

showing results for - "name attribute in html"
Dario
28 Mar 2017
1Usually the 'name' attribute is used to handle input value after a form
2submition.
3Can also be used to reference an element in Javascript.
4
5<input name='myName'>