Create your website with HTML and CSS
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Create a form
A form allows visitors to interact with your site by providing information in order to trigger actions that you have defined (contact, registration, etc.)!
The data from these forms can either be processed on your page (thanks to JavaScript) or they will be sent to a server in the form of an HTTP request
To collect the data, we use components such as text fields, checkboxes, buttons, and many other elements.
You need a free account to read this module