<!DOCTYPE html> <html> <body> <form action="files/patter.php"> Email: <input type="email" name="email"> Password: <input type="password" pattern="[A-Z][0-9]" name="pass" minlength="8" title="The password includes uppercase letters and numbers."> <input type="submit" name="login" value="Sign in"> </form> </body> <html>
Run
×
Share