<!DOCTYPE html> <html> <body> <form action="files/autofocus.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" autofocus></p> </form> </body> </html>
Run
×
Share