what are the basic tag requirements to create a form in HTML?
Answers
Answered by
4
Explanation:
An HTML tag is a special word or letter surrounded by angle brackets, < and >. You use tags to create HTML elements , such as paragraphs or links. Many elements have an opening tag and a closing tag — for example, a p (paragraph) element has a <p> tag, followed by the paragraph text, followed by a closing </p> tag.
Answered by
3
Answer:
The <form> tag is used to create an HTML form for user input.
The <form> element can contain one or more of the following form elements:
<input>
<textarea>
<button>
<select>
<option>
<optgroup>
<fieldset>
<label>
<output>
Similar questions
Physics,
3 months ago
Computer Science,
3 months ago
Math,
3 months ago
Environmental Sciences,
7 months ago
Chemistry,
7 months ago
Science,
11 months ago
English,
11 months ago