HTML - Name attribute
Table of Contents
About
name is a html attribute that specifies the name model property and is a identifier attribute.
Id and Name order of precedence
For a script element, the name attribute takes precedence over an id attribute if both are set.