Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
8,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.36 KB | None | 0 0
  1.         <form>
  2.             <fieldset>
  3.                 <legend>Inicio de sesión</legend>
  4.                 <label for="usuario">Usuario</label><input type="text" name="usuario" id="usuario"/><br/>
  5.                 <label for="contrasenia">Contraseña</label><input type="password" name="contrasenia" id="contrasenia"/><br/>
  6.  
  7.             </fieldset>
  8.         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement