mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
fix(curriculum): remove redundant form attribute denitions in html review (#64259)
This commit is contained in:
committed by
GitHub
parent
04f163f42a
commit
d871372dff
@@ -98,8 +98,6 @@ Review the concepts below to prepare for the upcoming prep exam.
|
||||
### Forms
|
||||
|
||||
- **`form` element**: Used to create an HTML form for user input.
|
||||
- **`action` attribute**: Defines where to send form data.
|
||||
- **`method` attribute**: Determines how form data is sent (`GET` or `POST`).
|
||||
- **Common Input Types**:
|
||||
- `text`, `email`, `password`, `radio`, `checkbox`, `number`, `date`.
|
||||
- **`action` attribute**: used to specify the URL where the form data should be sent.
|
||||
|
||||
Reference in New Issue
Block a user