Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <div class="ass">
  2. <form class="cadastro" >
  3. <div class="lf1" id = "cadastro">
  4. <label for="nome"> Nome </label><br>
  5. <input type="label" id="nome" size="36"/><br><br>
  6.  
  7. <label for="sobrenome"> Sobrenome </label><br>
  8. <input type="label" id="sobrenome" size="36"/><br><br>
  9.  
  10. <label for="email"> Email </label><br>
  11. <input type="label" id="email" size="36"/><br><br>
  12.  
  13. <label for="tel"> Telefone </label><br>
  14. <input type="label" id="tel" size="36"/><br><br>
  15.  
  16. <input type = "radio" id = "sexo" value = "masculino"> Masculino
  17. <input type = "radio" id = "sexo" value = "feminino"> Feminino
  18.  
  19. <br><br>
  20. <input class="b5" type="submit" value="Fazer Cadastro"/>
  21. </div>
  22. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement