0
A button that check user's input and says "correct" or "wrong".How do I write this code? Is it possible with css or html ?
https://code.sololearn.com/WvQ2MLZh7mRn/?ref=app My code link is above.Please help me.You will see what I said.If it is possible ,"Correct" or "Wrong" text better to displayed under the user's input section. Btw I don't know javascript.
1 Antwort
+ 1
To check whether user input is "Correct" or "Wrong" you would need to use JavaScript to validate them. But that is very simple, you can do it! Just start the JavaScript course, and eventually you'll get there!