<!DOCTYPE html> <html> <body> <form action="files/method.php" method="post"> <p>Email:<input type="email" name="email"></p> <p>Password:<input type="password" name="password"></p> <p><input type="submit" name="login" value="sign in"></p> </form> </body> </html>
Run
×
Share