KnowledgeBoat Logo
|

Computer Applications

Which of the following code adds a text box on a form?

  1. <INPUT Type = "Text">
  2. <INPUT Type = "Textbox">
  3. <INPUT Type = "Box">
  4. None of these

HTML Advanced Features

3 Likes

Answer

<INPUT Type = "Text">

Reason — <INPUT Type = "Text"> adds a text box on a form.

Answered By

1 Like


Related Questions