How do i create login page using html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do i create login page using html

18th May 2018, 4:01 PM
kenneth
kenneth - avatar
8 Answers
+ 3
PHP (server-side language): https://www.sololearn.com/Course/PHP/ SQL (database query language): https://www.sololearn.com/Course/SQL/ JavaScript (client-side language): https://www.sololearn.com/Course/JavaScript/ jQuery (Javascript library): https://www.sololearn.com/Course/jQuery/ ^Take a look at the above resources and learn them. You'll use PHP/SQL in order to interact with a database on your server, which is where you'll store/retrieve your user accounts from. You'll use Javascript/jQuery to make your login system interactive for the user and also so you can submit data to your PHP files to handle server-side stuff with accounts. Best of luck to you!
18th May 2018, 4:07 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
As Maykel mentioned, that's the HTML part you'll use to embed the inputs, but it has no functionality that makes it a login page and it won't do much beyond what you see on the surface. The other stuff I mentioned is how you'll turn the HTML code into something that can be used toward the functionality of a login system. It's not something that HTML can natively do by itself.
18th May 2018, 4:11 PM
Fata1 Err0r
Fata1 Err0r - avatar
18th May 2018, 7:51 PM
🐯🐯Gimba Abdul Aziz🐯🐯
🐯🐯Gimba Abdul Aziz🐯🐯 - avatar
+ 1
18th May 2018, 4:08 PM
Michael Ehab Mikhail
Michael Ehab Mikhail - avatar
+ 1
thanks guys
18th May 2018, 4:08 PM
kenneth
kenneth - avatar
0
You can use <input> tags to create a <form> that contains a text input and a password input and a submit button. But That's only the front end side
18th May 2018, 4:07 PM
Michael Ehab Mikhail
Michael Ehab Mikhail - avatar
0
if your doing php login in php dont forget about htmlspecialchars() thats probably the most importand function for security and use for a login a readonly sql user otherwise they could probaly steal all your userdata or do a DROP DATABASE *;
18th May 2018, 8:09 PM
Lexfuturorum
Lexfuturorum - avatar
0
Please guys how can I create a login page for my customers before entering the main page (language -HTML)
20th Mar 2020, 5:34 PM
amaning brandford
amaning brandford - avatar