InterviewSolution
Saved Bookmarks
| 1. |
How can we take input text from user in HTML page?(a) input tag(b) inoutBufferedReader tag(c) meta tag(d) scanner tag |
|
Answer» Right option is (a) input tag Easy explanation: HTML provides various user input options like input, radio, text, etc. |
|