Fill in the blanks to turn off auto complete and require the password field(Answer plz). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fill in the blanks to turn off auto complete and require the password field(Answer plz).

<form________="off"> <input type="text" name="name" /> <________type="password" name="pass" ________ /> </form>

3rd Dec 2016, 10:50 AM
Okasha Arshad
Okasha Arshad - avatar
31 Answers
+ 7
<form autocomplete ="off"> <input type="text" name="name" /> < input type="password" name="pass" required /> </form>
1st Jan 2018, 3:18 PM
JAAA
JAAA - avatar
+ 4
1. autocomplete 2. input 3. required
16th Mar 2018, 6:43 AM
Diar Rosianti
+ 2
<form autocomplete ="off"> <input type="text" name="name" /> <input type="password" name="pass" required /> </form>
25th Aug 2017, 8:59 PM
Kamil Can Bakır
Kamil Can Bakır - avatar
+ 2
1. autocomplete 2. input 3. required
8th Jun 2020, 10:30 AM
Younes Pouryousef
Younes Pouryousef - avatar
+ 1
1. autocomplete 2. input 3. require
18th Dec 2016, 4:20 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
autocomplete ,input,required
11th Apr 2017, 7:40 PM
saniya khan
+ 1
a
25th Jan 2019, 12:07 AM
Guryx TV
Guryx TV - avatar
+ 1
Fill in the blanks to make the animation complete in 5 seconds: Answer: -webkit-animation-duration: 5s;
21st Nov 2020, 12:01 PM
Jason Chew
Jason Chew - avatar
+ 1
<form autocomplete="off"> <input type="text" name="name" /> <input type="password" name="pass" required /> </form>
23rd Feb 2021, 7:45 AM
Shaxzod Ergashov
Shaxzod Ergashov - avatar
+ 1
1. autocomplete 2. input 3. required These all are Correct!
8th Aug 2022, 2:07 PM
Mahesh KC
Mahesh KC - avatar
0
<form autocomplete ="off"> <input type="text" name="name" /> <input type="password" name="pass" required /> </form>
6th Apr 2018, 3:59 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
1. autocomplete 2. input 3. require
30th Apr 2018, 8:35 PM
Kamran Aashir
Kamran Aashir - avatar
0
<form autocomplete ="off"> <input type="text" name="name" /> <input type="password" name="pass" required /> </form>
24th May 2018, 5:29 PM
MD. Abu Bakkar
MD. Abu Bakkar - avatar
0
Fill in the to disable the text input field. <input type = 'text'_______>
13th Jun 2018, 3:28 AM
Shubham Patrick
Shubham Patrick - avatar
0
required it's not require -_-
1st May 2019, 9:42 AM
Saad Nssiri
Saad Nssiri - avatar
0
autocomplete, input and required ^^ Happy to help.
2nd Jul 2019, 5:08 PM
SameerJaffri
SameerJaffri - avatar
0
The correct answer is :- 1 autocomplete 2 input 3 required
2nd Aug 2019, 10:15 AM
Vicky Soni
Vicky Soni - avatar
0
1. autocomplete 2. input 3. require
20th May 2020, 11:07 AM
Ashwani kumar Verma
0
hi, i am a person that write this in 2020
27th May 2020, 11:50 PM
Aman Bhakta
Aman Bhakta - avatar
0
Fill in the blanks to turn off auto complete and require the password field. 1. autocomplete 2. input 3. require
3rd Jun 2020, 9:53 AM
revita nisya afifah