Question:What is the correct HTML for making a text input field?
A <textfield> B <textinput type="text" /> C <input type="text" /> D <input type="textfield" />
+ AnswerC
+ Report