Skip to content

Repository files navigation

Sobre mí

banner

  • Estudiante de DAW con conocimientos en sql, html, java, php.
  • Nivel de ingles B1 titulado.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Crear cuenta nueva</title>
    <link rel="stylesheet" href="Stylesh/Style.css">
</head>
<body>
    <div>
    <form action="index.html"> 
    <label for="name"> Nombre:</label>
    <input type="text" id="name"  name="name" autofocus required><br>
    <label for="lastname">Apellidos: </label>
    <input type="text" id="lastname"  name="lastname"><br>
    <label for="email"> Email: </label>
    <input type="email" id="email" name="email" required><br>
    <label for="password1">Contraseña: </label>
    <input type="password" id="password1" name="password1" 
    placeholder="Contraseña2313" pattern="[A-Za-z]{1-9}[0-9]{1-9}[A-Za-z]{0-9}" required> <br>
    <label for="username">Nombre de usuario:</label> 
    <input for="text" id="username" name="username" required> <br> 
    <input type="submit" value="Crear cuenta">
    </form>
</div>
</body>
</html>

Prototipo para crear una cuenta mediante html


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Inicio</title>
    <link rel="stylesheet" href="Stylesh/Style.css">
</head>
<body>
         <h1>Inicia sesion o crear cuenta nueva</h1>
    
   
    <div>
    <form action="IniciarSesion.html">
        <input type="submit" value="Iniciar sesión">   
    </form>
    
    <form action="CrearCuenta.html">
    <input type="submit" value="Crear cuenta">
    </form>
</div>
</body>
</html>

El index de la pagina.


Objetivos :

  • Evolucionar como programador mejorando el nivel en los lenguajes de programación conocidos
  • Aprender más lenguajes de programación

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors