Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="pt-br">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Teste de acessibilidade</title>
- </head>
- <body>
- <input aria-labelledby="requisitos" type="password" name="psswd" id="psswd">
- <p id="requisitos">
- Sua senha tem que ter 1 número, 1 letra minúscula, 1 letra maiúscula, minímo de 6 caracteres, máximo de 12 caracteres e não pode conter espaços
- </p>
- </body>
- </html>
Add Comment
Please, Sign In to add comment