- 1
<form............ ="off"> <input type="text" name="name" /> < ........ type="password"name="pass"....... /> </form>
complete it?
6 Réponses
0
you are bored?
edit: there is an error in this code
a method has to be set
0
yeetus
0
how
0
autocomplete wrong
0
<form
="off">
<input type="text" name="name" />
<
input
type="password"
name="pass"
required
/>
</form>
- 2
<form autocomplete="off" method ="POST">
<input type="text" name="name" />
<input type="password" name="pass" placeholder="Password">
</form>
ohh jeah and after "pass" every attribut can be set so there is no right solution.