How can I make a working login page in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I make a working login page in html?

20th Feb 2017, 6:14 PM
Aakash chhetri
Aakash chhetri - avatar
6 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.
20th Feb 2017, 6:28 PM
M. Farhan Mahmood
M. Farhan Mahmood - avatar
+ 2
hmmm you will have to lean MySql too for it's functionality.
20th Feb 2017, 6:37 PM
shashi prakash
shashi prakash - avatar
+ 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.
20th Feb 2017, 8:44 PM
Dev
Dev - avatar
+ 1
Learn php and mysql
22nd Feb 2017, 2:52 AM
Animesh
Animesh - avatar
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
21st Feb 2017, 2:01 AM
seamiki
seamiki - avatar
0
You can use Facebook sdk
22nd Feb 2017, 2:52 AM
Animesh
Animesh - avatar