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>
31 ответ
+ 7
<form 
  
autocomplete
 
="off">
<input type="text" name="name" />
<
  
input
 
 type="password" 
     name="pass" 
  
required
 
 />
</form>
+ 4
1. autocomplete
2. input
3. required
+ 2
<form autocomplete ="off">
<input type="text" name="name" />
<input type="password" 
     name="pass" required />
</form>
+ 2
1. autocomplete
2. input
3. required
+ 1
1. autocomplete
2. input
3. require
+ 1
autocomplete ,input,required
+ 1
a
+ 1
Fill in the blanks to make the animation complete in 5 seconds:
Answer:
-webkit-animation-duration:  5s;
+ 1
<form autocomplete="off">
<input type="text" name="name" />
<input type="password" name="pass" required />
</form>
+ 1
1. autocomplete
2. input
3. required
These all are Correct!
0
<form autocomplete ="off">
<input type="text" name="name" />
<input type="password" 
     name="pass" required />
</form>
0
1. autocomplete
2. input
3. require
0
<form autocomplete ="off">
<input type="text" name="name" />
<input type="password" 
     name="pass" required />
</form>
0
Fill in the to disable the text input field.
<input type = 'text'_______>
0
required 
it's not require -_-
0
autocomplete, input and required ^^
Happy to help.
0
The correct answer is :-
1 autocomplete
2 input
3 required
0
1. autocomplete
2. input
3. require
0
hi, i am a person that write this in 2020
0
Fill in the blanks to turn off auto complete and require the password field.
1. autocomplete
2. input
3. require



