MCQ
What is the correct HTML for a text input field?
Explanation
<input type="text"> creates a single-line text input field in HTML forms.
<input type="text"> creates a single-line text input field in HTML forms.