I have made this page , tell me how to make it better that if i enter username and password and then submit it open up message | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I have made this page , tell me how to make it better that if i enter username and password and then submit it open up message

https://code.sololearn.com/W49341ewTALH/?ref=app

12th Jul 2017, 1:42 PM
Priyanshu kumar Chaudhary
Priyanshu kumar Chaudhary - avatar
2 Answers
+ 3
Externalize your styles: embed them at least in <style> tags, but even in Css tab (as if was silently linked as it was a separate file with a <link> tag) to better handle them, clarify your html source code and improve both... Next, if you ask for a real secure submit and verification of username/password, you need handle it from server side and secure the connexion. Else, you can add some JS code to do a not secure emulation... but I will guide you only if it's your real request ;) However, if your request is a secure one, you need to specify what server side language, what database type store the data to be verifying and so on...
12th Jul 2017, 5:42 PM
visph
visph - avatar
+ 1
Thanks visph and its a real request , I have started learning css today only , so not know much about that but surely I will learn it in 2-3 days , once again thanks
13th Jul 2017, 2:47 AM
Priyanshu kumar Chaudhary
Priyanshu kumar Chaudhary - avatar