renix1

Untitled

Feb 1st, 2022
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Teste de acessibilidade</title>
  8. </head>
  9. <body>
  10. <input aria-labelledby="requisitos" type="password" name="psswd" id="psswd">
  11. <p id="requisitos">
  12. 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
  13. </p>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment