<form............ ="off"> <input type="text" name="name" /> < ........ type="password"name="pass"....... /> </form> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

<form............ ="off"> <input type="text" name="name" /> < ........ type="password"name="pass"....... /> </form>

complete it?

4th Jun 2018, 6:48 AM
Ziad Nassif
Ziad Nassif - avatar
6 Answers
0
you are bored? edit: there is an error in this code a method has to be set
4th Jun 2018, 7:21 AM
Lexfuturorum
Lexfuturorum - avatar
0
yeetus
2nd Jul 2019, 9:00 AM
SameerJaffri
SameerJaffri - avatar
0
how
9th Nov 2019, 12:56 PM
Mohammed
Mohammed - avatar
0
autocomplete wrong
14th Dec 2020, 4:38 AM
Yaseen Kishko
Yaseen Kishko - avatar
0
<form ="off"> <input type="text" name="name" /> < input type="password" name="pass" required /> </form>
13th Jul 2021, 5:31 AM
Og'abek Raxmatullayev
Og'abek Raxmatullayev - avatar
- 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.
4th Jun 2018, 7:30 AM
Lexfuturorum
Lexfuturorum - avatar