Last active
March 12, 2017 15:01
-
-
Save CristianoRC/ed57c7093934aa7160b94ebfb989734a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="text" name="nome" placeholder="Seu nome" /> | |
<select name="sexo"> | |
<option value="M">Masculino</option> | |
<option value="F">Feminino</option> | |
</select> | |
<textarea name="mensagem" placeholder="Mensagem"></textarea> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment