Please how am going to allow my users to login in to my site using HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please how am going to allow my users to login in to my site using HTML

https://www.sololearn.com/discussion

17th Nov 2020, 6:01 PM
Decoder
Decoder - avatar
6 Answers
+ 2
Please note that HTML is not a programming language. So all u can do with HTML is to make a login form. In order to create authentication , u need to create a database with MySQL for users and handle the registration and login process with a backend programming language like PHP.
17th Nov 2020, 6:13 PM
Mohammad Kakuei Nezhad
Mohammad Kakuei Nezhad - avatar
+ 1
Anigbogu Nonso hi, You can use a "pattern" attribute for a first level check and learn a little basics about regexp : https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern https://www.tutorialrepublic.com/javascript-tutorial/javascript-regular-expressions.php Then for more consistent and secure ways, it will happen in the backend as said by Mohammad Kakuei Nezhad .
17th Nov 2020, 7:31 PM
EmmanueLZ.
EmmanueLZ. - avatar
+ 1
Thank you I appreciate
18th Nov 2020, 9:23 AM
Decoder
Decoder - avatar
+ 1
EmmanuelZ. Thank you for your help
19th Nov 2020, 3:42 PM
Decoder
Decoder - avatar
0
Please tell me more a little bit confused
17th Nov 2020, 6:15 PM
Decoder
Decoder - avatar
0
As i said HTML and CSS are not programming languages.It means that the view and template of the login form is created with HTML and CSS. But in order to enable users to actually sign-in and sign-up , you need to learn about MySQL and PHP , which are used for handling back-end requests. Good luck
17th Nov 2020, 6:26 PM
Mohammad Kakuei Nezhad
Mohammad Kakuei Nezhad - avatar