+ 1

How to design a complete sign-up page with html?

plss answer!!!!!!!

13th Feb 2017, 2:16 PM
Sahil Gupta
Sahil Gupta - avatar
5 Answers
+ 2
Start with a form, two inputs (type=text and type=password) and a submit button (type=submit). You can't build login functionality only with HTML. You need some sort of backend written in PHP, Node.js etc to verify the login credentials. This requires to store the login information somewhere (database). As you can see it's not that "basic" as it looks like. I'd also recommend w3schools.com. They have good explanations and often include an example.
13th Feb 2017, 3:18 PM
qobus
+ 1
Thanks dude
13th Feb 2017, 3:25 PM
Sahil Gupta
Sahil Gupta - avatar
0
I can't write the complete code for you but still if you want to learn then lon on to w3schools.com and learn complete web development.
13th Feb 2017, 2:54 PM
Abhishek Dogra
Abhishek Dogra - avatar
0
thanks
16th Feb 2017, 1:38 PM
Sahil Gupta
Sahil Gupta - avatar
0
abhishek
16th Feb 2017, 1:38 PM
Sahil Gupta
Sahil Gupta - avatar