"name" is a tag HTML property, so if you change it to "name4444" then HTML will not understand it.
And it's not like a $ sign in PHP. The two cannot even be compared... HTML works in a key-value mode, meaning HTML has defined tags/keys and special words, like any normal programming language does, to which you assign values.