Home »
MCQs »
HTML MCQs
Which tag is used to display a single-line text input field?
65. Which tag is used to display a single-line text input field?
- <input type="textbox">
- <input type="checkbox">
- <input type="text">
- <input type="submit">
Answer: C) <input type="text">
Explanation:
The HTML tag <input type="text"> is used to display a single-line input field.