Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.43 KB | None | 0 0
  1. <h2>Formulario de contacto</h2>
  2.     <div class="container">
  3.         <form action="subir_datos.php" method = "post">
  4.             <label for="nombre">Nombre</label>
  5.             <input type="text" id="nombre" name="nombre" placeholder="Tu nombre..">
  6.             <label for="mensaje">Mensaje</label>
  7.             <textarea id="mensaje" name="mensaje" placeholder="Escribe algo.." style="height:200px"></textarea>
  8.             <input type="submit" value="Enviar">
  9.         </form>
  10. <div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement