diff --git a/curriculum/challenges/english/blocks/review-html/671a883163d5ab5d47145880.md b/curriculum/challenges/english/blocks/review-html/671a883163d5ab5d47145880.md index bc5748f5325..120e46990ef 100644 --- a/curriculum/challenges/english/blocks/review-html/671a883163d5ab5d47145880.md +++ b/curriculum/challenges/english/blocks/review-html/671a883163d5ab5d47145880.md @@ -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.