HTML5 помогите | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML5 помогите

заполните пропуски так чтоб выключить автоматическое заполнение и сделать поле для вода пороля обязательно https://code.sololearn.com/Wp5g2SW4Q0Py/?ref=app

25th Mar 2020, 8:05 PM
Fiavok Top
Fiavok Top - avatar
1 Answer
+ 1
Try this <input type="password" name="password" autocomplete="off" required />
30th Mar 2020, 7:11 PM
Hello World
Hello World - avatar