Advertisement
joaopaulofcc

Untitled

Feb 23rd, 2022
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.   <head>
  5.       <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
  6.        rel="stylesheet"
  7.        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
  8.        crossorigin="anonymous">
  9.   </head>
  10.  
  11.   <body>
  12.     <form>
  13.         <label for="inputPassword5">Senha</label>
  14.         <input type="password" id="inputPassword5" class="form-control" aria-describedby="passwordHelpBlock">
  15.         <small id="passwordHelpBlock" class="form-text text-muted">
  16.             Sua senha deve ter entre 8 e 20 caracteres, os quais devem ser letras e números, sem espaços, caracteres especiais ou emojis.
  17.         </small>
  18.     </form>
  19.   </body>
  20.  
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement