Skip to content

Instantly share code, notes, and snippets.

@victorvaz
Created January 27, 2016 00:29
Show Gist options
  • Save victorvaz/9e5c80abe6e3d2ec2531 to your computer and use it in GitHub Desktop.
Save victorvaz/9e5c80abe6e3d2ec2531 to your computer and use it in GitHub Desktop.
<h1>Meu formulário</h1>
<form id="meu_formulario">
<p>
<label>Seu nome:</label>
<input type="text" name="nome" />
</p>
<p>
<label>Seu e-mail:</label>
<input type="text" name="email" />
</p>
<p>
<label>Sua senha:</label>
<input type="password" id="senha" name="senha" />
</p>
<p>
<label>Confirme sua senha:</label>
<input type="password" name="conf_senha" />
</p>
<p>
<button type="submit">Salvar</button>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment