+ 1
How to make a input in javascript
Help please I need to work on it
3 Answers
+ 6
Hey there Codemurai,
There are many methods to get user's input in HTML5 or js.
- in HTML5 use a form container and use the input elements...
- in javaScript use prompt, ...
Here some few lessons about inputs: :)
https://www.sololearn.com/learn/JavaScript/1149/?ref=app
https://www.sololearn.com/learn/HTML/2216/?ref=app
https://www.sololearn.com/learn/HTML/1035/?ref=app
+ 2
Thanks major
0
Thanks