+ 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
2 Antworten
+ 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...
+ 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