From d871372dff93db0856ca1b5e39ceed628e77e7fb Mon Sep 17 00:00:00 2001 From: Mashiur Ahmed Hridoy <104530253+HridoyMA@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:42:27 +0600 Subject: [PATCH] fix(curriculum): remove redundant form attribute denitions in html review (#64259) --- .../english/blocks/review-html/671a883163d5ab5d47145880.md | 2 -- 1 file changed, 2 deletions(-) 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.