0
How can I make a working login page in html?
7 Answers
+ 2
You will have to learn forms and its input elements to create a login form.
Note: Even after you learn those, but if you don't learn some backend programming your page will not function as you want it to.
+ 2
hmmm you will have to lean MySql too for it's functionality.
+ 1
You will need HTML & CSS for designing it, and then PHP & MySQL to actually make login system. You can use JS for validation of the input fields but it's optional, you can also do it with PHP.
+ 1
Learn php and mysql
0
look at the php form example on w3schools, it's a stepby step tutorial that includes also input filtering and validation.
https://www.w3schools.com/php/php_form_validation.asp
0
You can use Facebook sdk