diff --git a/guide/english/html/attributes/required/index.md b/guide/english/html/attributes/required/index.md index 32e10a4d74..3a5169a7df 100644 --- a/guide/english/html/attributes/required/index.md +++ b/guide/english/html/attributes/required/index.md @@ -4,11 +4,11 @@ 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. -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 ``, ` @@ -44,8 +44,6 @@ Text Area Example: ``` -Simply add `required` to an input element - #### More Information: MDN article on the input element