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