Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 12, 2021 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b77b0606aeb6f200cb5f510043d8e37e to your computer and use it in GitHub Desktop.
Save parzibyte/b77b0606aeb6f200cb5f510043d8e37e to your computer and use it in GitHub Desktop.
<form action="procesar.html" id="formulario">
<div class="form-group">
<input name="nombre" required id="nombre" type="text" class="form-control" placeholder="Nombre">
</div>
<div class="form-group">
<input name="correo" required id="correo" type="email" class="form-control"
placeholder="Correo">
</div>
<button class="btn btn-success">Enviar</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment