- 4
How can I do this coding?
Fill in the blanks to turn off auto complete and require the password field. <form ="off"> <input type="text" name="name" /> < type="password" name="pass" /> </form>
13 ответов
+ 11
<form
autocomplete
="off">
<input type="text" name="name" />
<
input
type="password"
name="pass"
required
/>
</form>
+ 2
<form
autocomplete
="off">
<input type="text" name="name" />
<
input
type="password"
name="pass"
required
/>
</form>
+ 1
input
form
+ 1
still it is not working the code you send me
but thanks for your helping
+ 1
Please see the below answers.
1. autocomplete
2. input
3. required
Highly recommended you to relearn your lesson again.
+ 1
Input form
0
ohh good now it works properly thankyou!!
0
input
form
0
autocomplete
input
required
0
<form
autocomplete
="off">
<input type="text" name="name" />
<
input
type="password"
name="pass"
required
/>
</form>
- 1
<form
autocomplete
="off">
<input type="text" name="name" />
<
input
type="password"
name="pass"
required
/>
</form>
- 1
<form>
<
input
type="text" name="name" />
</
form
>
- 2
autocomplete="off" and you add required after pass=""pass". Next time, learn your lessons and do your home work