<Input > is paired tag. true or false
Answers
Answered by
3
Answer:
True
Explanation:
There is opening and closing tags for <input>
Hopefully
Brainliest
Answered by
0
False. <input> tag is not a paired tag
- The <input> tag is an empty tag, which means that the closing tag isn’t required in HTML. But in XHTML, the <input> tag must be closed <input/>.
- The <input> tag is used within the <form> element and defines fields for user input in the form.
- The field types are always determined by actually the value of the specific type attribute. The input tag doesn’t have content, it contains only attributes.
- It belongs to a tag group called form elements.
Similar questions