HTML forms are used to collect user input. They contain various input elements such as text fields, checkboxes, radio buttons, and buttons.
1. Which tag is used to create a form?
2. What type of input is used for a checkbox?
3. Which input type is used for passwords?
4. How do you submit a form?
5. What attribute is required in an input field to ensure a user fills it?