+ 1
I need help on a code
Hello. Iām trying to learn a very simple code for my first code, Iām trying to do something where a type in box appears and you have to put in a password, if you get it correct, you are prompted with a box saying ālogin completeā, and if you get it wrong a box saying ālogin failedā. Any help on how I would do this?
2 Answers
+ 2
Apprectiate the help, Russ!
+ 2
My advice for something like this would be to start the HTML course on here. At least as far as knowing how to create password boxes and the like. A little JavaScript would also be necessary in order to display the correct message. Good luck!