- 2
What to put in name tag in forms in html if I have to vote?plz. Reply quick
5 ответов
0
<form>
.......
</form>
0
What is this?atleast try to give a proper answer!
0
Aayan Ahmad
If u want to put name in form here is small example
<form>
<input type="text" placeholder="Name">
</form>
0
That I know,what I want to ask is the exact difference between name and value and placeholder
0
1.type attribute refers to type of input we need
like name,password,email etc...
2.name,value,placeholder gives hint to user what type of info to enter inside the field.