Advertisement
gacanepa

index.php

Aug 15th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>LO QUE SE LES OCURRA</title>
  6. <link href="archivo.css" rel="stylesheet" type="text/css" />
  7. <style type="text/css">
  8. <!--
  9. .Estilo1 {
  10.     font-size: 14px;
  11.     font-weight: bold;
  12. }
  13. -->
  14. </style>
  15. </head>
  16. <body>
  17. <p align="center" class="Estilo1">Mi formulario</p>
  18. <form id="loginForm" name="loginForm" method="post" action="login-exec.php">
  19.   <table width="300" border="0" align="center" cellpadding="2" cellspacing="0">
  20.     <tr>
  21.       <td width="112"><b>Usuario:</b></td>
  22.       <td width="188"><input name="login" type="text" class="textfield" id="login" /></td>
  23.     </tr>
  24.     <tr>
  25.       <td><b>Contraseña:</b></td>
  26.       <td><input name="password" type="password" class="textfield" id="password" /></td>
  27.     </tr>
  28.     <tr>
  29.       <td>&nbsp;</td>
  30.       <td><br />
  31.       <input type="submit" name="Submit" value="Iniciar sesión" /></td></tr>
  32.   </table>
  33. </form>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement