MCQ
What is the correct HTML for a text input field?
A <input type="text">
B <textfield>
C <input type="string">
D <text>
Explanation

<input type="text"> creates a single-line text input field in HTML forms.