Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/12/2010, 15:00
KurozakiIchigo
 
Fecha de Ingreso: noviembre-2010
Ubicación: On a world of Anime & Web.
Mensajes: 137
Antigüedad: 13 años, 4 meses
Puntos: 4
Respuesta: formularios en HTML

el formulario en HTML, su codigo seria:

Código HTML:
Ver original
  1. <form method="post" action="mailto:[email protected]">
  2. Nombre:
  3. <input type="text" name="nombre" />
  4. Mail:
  5. <input type="text" name="nombre" />
  6. Mensaje:
  7. <textarea cols="7" rows="5">
  8. <input type="submit" value="enviar">
  9. </form>

Aqui un ejemplo de formulario.
http://html09.freeiz.com/

Este formulario igual esta hecho con HTML (todos) y contiene lenguaje PHP y también Base de datos SQL
Al igual que un poco de diseño (CSS)