problem in forms | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

problem in forms

why when I RUN the code, it's different with your results????!!!!

20th Aug 2017, 7:19 AM
Soroosh Najafi
Soroosh Najafi - avatar
10 Answers
+ 6
post the code .
20th Aug 2017, 7:26 AM
RZK 022
RZK 022 - avatar
+ 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 .
20th Aug 2017, 7:42 AM
RZK 022
RZK 022 - avatar
+ 3
I think there is some problem with the line spacing . See it works exactly the same . https://code.sololearn.com/WKXL85QN03hZ/?ref=app
20th Aug 2017, 7:56 AM
RZK 022
RZK 022 - avatar
+ 2
I am using the app , so I don't know how to do that , I have posted the code above .
20th Aug 2017, 7:59 AM
RZK 022
RZK 022 - avatar
+ 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 .
20th Aug 2017, 8:19 AM
RZK 022
RZK 022 - avatar
+ 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
20th Aug 2017, 7:37 AM
Soroosh Najafi
Soroosh Najafi - avatar
+ 1
https://ibb.co/cM0ZnQ your result is this?
20th Aug 2017, 7:50 AM
Soroosh Najafi
Soroosh Najafi - avatar
0
send me a screenshot from your output PLZ
20th Aug 2017, 7:58 AM
Soroosh Najafi
Soroosh Najafi - avatar
0
bro see the result of Sololearn example https://www.sololearn.com/Play/HTML
20th Aug 2017, 8:15 AM
Soroosh Najafi
Soroosh Najafi - avatar
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?
20th Aug 2017, 8:39 AM
Soroosh Najafi
Soroosh Najafi - avatar