+ 5
Is how to make a User acc
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <div> <h3 id="usuario"></h3> <img id="logo" src="https://image.flaticon.com/icons/png/512/147/147140.png"> <form> <input type="text" placeholder="Username" class="username" required /> <br/ > <input type="password" placeholder="password" class="password"/> <br/ > <button type="submit" class="entrar">Entrar</button> </form> </div> </body> <footer class"fot"> <h5 id="derechos">Todos Los Derechos Reservados / 2019</h5> </footer> </html>
2 Antworten
+ 6
This is good
+ 3
://it's not a User account they are called form types.
//Please copy and paste it on playground and attach code instead
https://www.sololearn.com/learn/HTML/1035/?ref=app