Advertisement
EstebanT

bd

Jul 29th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title> Formulario </title>
  6. </head>
  7. <body>
  8. <form action="procesar1.php" method="post" name="form" >
  9. <table width="200" border="0" >
  10. <tr>
  11. <td> Nombre </td>
  12. <td> <input type="text" name="nombre" /></td>
  13. </tr>
  14. <tr>
  15. <td> Apellido </td>
  16. <td><input type="text" name="apellido" /></td>
  17. </tr>
  18. <tr>
  19. <td>Password </td>
  20. <td><input type="password" name="pw" /></td>
  21. <tr>
  22. <td>&nbsp;</td>
  23. <td><input type="submit" value="Insertar datos" /></td>
  24. </tr>
  25. </table>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement