The _________ tag is used to create a form. *
Answers
Answered by
3
Answer:
The HTML <form> tag is used for creating a form for user input. A form can contain textfields, checkboxes, radio-buttons and more.
Answered by
2
The correct answer is FORM Tag.
Explanation:
- The FORM tag is used to create a form.
- The HTML <form> tag is used to create a form on a web page which has an interactive controls for user input.
- This tag is also generally referred to as the <form> element.
- There are basically two attributes of the form tag that we should be familiar with:
- The action attribute points to the back-end of our web page that handles the form submission.
- The method attribute is used to upload the data and is most commonly used attributes are the GET and POST methods.
Similar questions