CBSE Class 10 Computer Applications Question 30 of 56

Forms and Frames — Question 3

Back to all questions
3
Question

Question 3

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
Answer

<INPUT Type = "Text">

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