NightSquirrel
Newbie
- Jul 17, 2021
- 23
- 2
Hi i started to learn frontend. But I got stuck...
I want to build a form in html with
name: _______
age: _______
password: ______
(button submit) (button greeting) (button name + age)
when a user time in name, age and password (the password will be set to Hello World for everyone if not nothing happens), that will store everyones name, age and everyone will have the same password. when the user will click on the greeting button then every user that was createn will say hello to each other. and when the user click on name + age that will show every created users name and age
How can i build this (beginner friendly)?
I want to build a form in html with
name: _______
age: _______
password: ______
(button submit) (button greeting) (button name + age)
when a user time in name, age and password (the password will be set to Hello World for everyone if not nothing happens), that will store everyones name, age and everyone will have the same password. when the user will click on the greeting button then every user that was createn will say hello to each other. and when the user click on name + age that will show every created users name and age
How can i build this (beginner friendly)?