Is how to make a User acc | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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>

16th Mar 2019, 8:58 PM
Ighalo Destiny Aka @destinmedian
Ighalo Destiny Aka @destinmedian - avatar
2 ответов
+ 6
This is good
16th Mar 2019, 8:58 PM
Ighalo Destiny Aka @destinmedian
Ighalo Destiny Aka @destinmedian - avatar
+ 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
16th Mar 2019, 9:35 PM
Sudarshan Rai
Sudarshan Rai - avatar