Formulário de login


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div id="login">
  2. <form action="javascript:void(0);">
  3.  
  4. <label for="l1">
  5. <span>Nome do usuário</span>
  6. <input type="text" class="input_text" name="l1" />
  7. </label>
  8. <label for="l2">
  9. <span>Senha</span>
  10. <input type="text" class="input_text" name="l2" />
  11. </label>
  12.  
  13. <input type="submit" class="input_submit" value="Entrar" />
  14. </form>
  15. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.