How do i make passwords required in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How do i make passwords required in html?

3rd Apr 2017, 2:24 PM
Iwan
Iwan - avatar
2 Answers
+ 5
use required attribute <input type="password" name="password" required>
3rd Apr 2017, 2:32 PM
Eranga
Eranga - avatar
+ 6
thanks
11th Apr 2017, 8:22 AM
Iwan
Iwan - avatar