0
In my coding html 5 ( see on my code )
I have used autofocus for password but it is not displaying in output . why ? And how can i resolve it
3 ответов
+ 2
Not autofocus ="password"
Change to autofocus="true"
+ 1
You don't need to write autofocus="password"
just write autofocus
https://www.w3schools.com/tags/att_input_autofocus.asp
0
Ok thank u