Untitled
unknown
plain_text
a year ago
432 B
4
Indexable
<html> <head> <title>Login Form</title> </head> <body> <h1>Student Login</h1> <form method = "post" action ="#"> Username: <input type= "text" name= "Uname" placeholder= "Enter Your Username " required> <br/><br/>Password:<input type= "password" name= "Pass" placeholder= "Enter Your Password" required<br/><br/><inputtype= "submit" name= "log" value= "LOGIN"> <a href= "#">Forgot Password</a> </form> </body> </html>
Editor is loading...
Leave a Comment