Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

name attribute in html

Usually the 'name' attribute is used to handle input value after a form
submition.
Can also be used to reference an element in Javascript.

<input name='myName'>
 
PREVIOUS NEXT
Tagged: #attribute #html
ADD COMMENT
Topic
Name
8+7 =