Skip to main content

Posts

Showing posts with the label login form

Login form using html/css

{html code} <html>     <head>         <link href='E:\html\.vscode\.vscode\style.css' type='text/css' rel='stylesheet'>         <title>Login Page</title>         <style>             a:hover{color: red;}             a:active{color: yellow;}         </style>     </head>     <body>         <div class='container'>             <div class="head"><h3>* Login form</h3></div>             <input class='id' placeholder="email or username" >             <br><br><br>             <input class='password' placeholder="password" type='password'>             <br><br><br><br>             <input class='button' type="submit" value="Submit">             <div class="text">                 <p><i>Forget Password!</i>