+ 1
How to design a complete sign-up page with html?
plss answer!!!!!!!
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.
+ 1
Thanks dude
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.
0
thanks
0
abhishek