Rohit Kumar

Generation

Log page Password page Forget password page

<div class="container"> <h1>Welcome</h1> <h3>Log in to your account</h3> <form action="index.html" name="login" method="post"> <label for="">Email</label><br> <input type="email" name="email" id="email" required><br><br> <label for="">Password</label><br> <input type="password" name="password" id="password" required><br><br> <input type="submit" value="Log in" id="submit"> <a href="#" id="forgot">Forgot your password?</a> </form> </div>

Questions about programming?Chat with your personal AI assistant