Skip to content
View Maur0DAW's full-sized avatar

Block or report Maur0DAW

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maur0daw/README.md

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

Popular repositories Loading

  1. maur0daw maur0daw Public

  2. Ej1DPL Ej1DPL Public

  3. taller-de-git taller-de-git Public

    PHP

  4. DEAW DEAW Public

  5. DEW DEW Public