Blog Desk       February 10, 2020      206

What is the correct HTML for making a text input field?

  1. <input type="textfield">
  2. <input type="text">
  3. <textfield>
  4. <textinput type="text">

The Right Answer is : Option B

Explanation