Proplem in Html Form - Solved | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Proplem in Html Form - Solved

after i complete a reg formand start to put end code " sumbit " its not preview my button it show me a box !! so why that? https://code.sololearn.com/W3V4Gfb16DGC/?ref=app Answer : My Mistake is that i put sumbit and it was rong so you should put " submit "

27th Jun 2018, 9:49 PM
Mustafa Hassan Abdel-Fatah Abo-Elennin
Mustafa Hassan Abdel-Fatah Abo-Elennin - avatar
4 Answers
+ 6
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <label> username </label> <input type="name"> <br> <label>Password</label> <input type="Password"> <br> <!-- no need to insert label with button and problems in your spelling like, submit not sumbit, label not lable other wise well--> <input type="Submit" name="submit"> </body> </html>
28th Jun 2018, 4:29 AM
Lakhvir Singh
Lakhvir Singh - avatar
+ 4
try typing submit instead of sumbit. i made that mistake before too, its always really annoying for me to make typemistakes good luck learning futher
27th Jun 2018, 10:04 PM
TheCoder04
+ 1
https://code.sololearn.com/WU0Y1Z7M0JOk/?ref=app Check it. It is help for you
27th Jun 2018, 10:30 PM
Eva
Eva - avatar