From 8c0d082b05dd8d00f611cdd37ff6c88f4a4d5d3d Mon Sep 17 00:00:00 2001 From: Jonathan Lawrence Date: Sun, 17 Feb 2019 05:13:02 -0500 Subject: [PATCH] Make Definition Clearer (#35178) * Make Definition Clearer * readability update Co-Authored-By: lawrencejon --- guide/english/html/attributes/required/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``, `