MI FORMULARIO PERSONAL
<!DOCTYPE html> <html> <body bgcolor="yellow"></body> </html> <head>EJEMPLO DE FORMULARIO</head> <title>CREAR UN FORMULARIO</title> </body> <form> <label for="nombre">Ingresa tu nombre y apellido</label> <input type="text" placeholder="Ingresa tu nombre y apellido" maxlength="40" name="nombre" id="nombre"> <br> <br> <label for="email">Ingresa tu email</label> <input type="email" placeholder="Ingresa tu email" maxlength="50" name="email" id="email"><br><br> <label for="contraseña">Ingresa tu contraseña</label> <input type="contraseña" placeholder="Ingrese su contraseña" maxlength="30" name="contraseña" id="contraseña"> <br><br> <l