1<form method=
"post" id=
"inicioSesion">
3 <label>Introduce nombre de usuario</label><br>
4 <input
class=
"obligatorio" type=
"text" name=
"usuario">
8 <label>Introduce contraseña</label><br>
9 <input
class=
"obligatorio" type=
"password" name=
"contraseña">
11 <button
class=
"botonGenericoFormulario" type=
"submit" name=
"ENTRAR">ENTRAR</button>
12 <button
class=
"botonGenericoFormulario" name=
"CANCELAR">CANCELAR</button>
13 <p>¿No tienes cuenta todavía? Haz click en: <button
class=
"botonGenericoFormulario" name=
"REGISTRARSE">REGISTRARSE</button></p>