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