1. What is the primary purpose of the `<form>` tag in HTML?
To create a container for user inputs and define how data is sent to the server
Explicação
The `<form>` tag in HTML is used to create a container for user input elements and to specify how the data should be sent to the server, using attributes like `action` and `method`. It does not display static text, embed images, or link stylesheets.