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

8th Sep 2020, 12:20 PM
kinjal sankla
kinjal sankla - avatar
3 odpowiedzi
+ 2
Not autofocus ="password" Change to autofocus="true"
8th Sep 2020, 12:23 PM
Vadivelan
+ 1
You don't need to write autofocus="password" just write autofocus https://www.w3schools.com/tags/att_input_autofocus.asp
8th Sep 2020, 12:23 PM
Abhay
Abhay - avatar
0
Ok thank u
8th Sep 2020, 2:13 PM
kinjal sankla
kinjal sankla - avatar