Multiple Choice Question (MCQ)
Question: which is the correct html tag for making a text input field?
A.
<text type = "Text">
B.
<input type = "text">
C.
<input type = "textfield">
D.
<input type = "textbox">
Correct Answer: <input type = "text">