diff --git a/guide/english/html/attributes/required/index.md b/guide/english/html/attributes/required/index.md index 3a5169a7df..23e6228e3b 100644 --- a/guide/english/html/attributes/required/index.md +++ b/guide/english/html/attributes/required/index.md @@ -4,7 +4,7 @@ title: Required ## Required -The HTML `required` attribute is used in an input element to make the input field in a form required to submit the form. This means that the user must fill in the field.
+The HTML `required` attribute specifies that filling out an input field is mandatory before a form can be submitted.
If the user does not fill in the input field, the form will not submit and it will give a message asking the user to fill out the field.

The `required` attribute is applicable to ``, `