Fundamentals of HTML: Quiz 4By Team TumkurLab / June 14, 2023 Welcome to your Fundamentals of HTML: Quiz 4 What is a form? A form is a way to collect user input. A form is a way to create a layout for a web page. A form is a way to add images to a web page. A form is a way to add text to a web page. None How do you create a form? Use the `form` tag. Use the `input` tag. Use the `label` tag. Use the `submit` tag. None How do you add input fields to a form? Use the `input` tag. Use the `label` tag. Use the `submit` tag. Use a combination of the `input`, `label`, and `submit` tags. None How do you submit a form? Click on the submit button. Press Enter on your keyboard. Use the `submit` method of the `form` tag. All of the above. None What are the two main parts of a form? Input elements and labels Containers and rows Headers and footers Columns and rows None Time's up