Question:

Which of the following is used for creating controls in a form in HTML?

Show Hint

In HTML, the \ tag is essential for creating interactive controls, such as text boxes, buttons, and checkboxes, within forms.





Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Understanding the \ tag.
In HTML, the \ tag is used to create interactive controls in a form. This allows the user to enter data, such as text fields, checkboxes, radio buttons, and more. 
Step 2: Evaluating the options. 
 

  • (A) \: Incorrect. The \ tag is used to create tables in HTML, not form controls.
  • (B) \: Incorrect. The \ tag is used to create ordered lists in HTML, not form controls.
  • (C) \: Correct. The \ tag is used for creating various form controls in HTML.
  • (D) \: Incorrect. The \ tag is used for creating framesets in HTML, not form controls.


Step 3: Conclusion. 
The correct answer is (C) \, as it is used to create form controls in HTML. Final Answer:} .

Was this answer helpful?
0
0