+ 1
problem in forms
why when I RUN the code, it's different with your results????!!!!
10 Answers
+ 6
post the code .
+ 3
I found the code .
It is this :-
<form>
<input type="text" name="username" /><br />
<input type="password" name="password" />
</form>
I don't think it will bring a different result , it will always be the same , but if you added this code inside an inline tag , then it may cause a problem .
+ 3
I think there is some problem with the line spacing .
See it works exactly the same .
https://code.sololearn.com/WKXL85QN03hZ/?ref=app
+ 2
I am using the app , so I don't know how to do that , I have posted the code above .
+ 2
I already know the result of the sololearn example and the your result , I think you should remove the second input from the form and then add one more and insert that input there .
+ 1
<form>
<input type="text" name="username" /><br />
<input type="password" name="password" />
</form>
It's the "SOLOLEARN" code...but when I run this code, my result is different with "SOLOLEARN" result
+ 1
https://ibb.co/cM0ZnQ your result is this?
0
send me a screenshot from your output PLZ
0
bro see the result of Sololearn example
https://www.sololearn.com/Play/HTML
0
Brent Meeusen
<form>
<input type="text" name="username" /><br />
<input type="password" name="password" />
</form>
why when I run this code, my result is different with sololearn example result?