fix(curriculum): remove redundant form attribute denitions in html review (#64259)

This commit is contained in:
Mashiur Ahmed Hridoy
2025-12-02 01:42:27 +06:00
committed by GitHub
parent 04f163f42a
commit d871372dff

View File

@@ -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.