HTML HTML Basic MCQ Question #4798
Single Choice Not Set

Q

<input> is -

ID: #4798 HTML Basic MCQ 204 views
Question Info
#4798Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A format tag.
  • B An empty tag.
  • C All of the above
  • D None of the above
Correct Answer

Explanation


The <input> element is used to create a form input control in an HTML document. 

The <input> element is a self-closing tag, which means that it doesn't have a separate closing tag.

The <input> element has a number of attributes that you can use to specify the type of input control, the name of the control, and other properties. 

For example, you can use the type attribute to specify the type of input control, such as text, password, checkbox, or submit. 
You can use the name attribute to specify the name of the control, which is used to identify the control when the form is submitted.

Share This Question

Challenge a friend or share with your study group.