From feff7c2480f2784780e121b4bfc29c3ce11e48b1 Mon Sep 17 00:00:00 2001 From: Andrei Calinescu Date: Tue, 16 Oct 2018 14:14:47 +1100 Subject: [PATCH] Updated confusing formatting (#19068) Changed "" to "required", since the former can be confusing, especially to those new to coding. --- .../src/pages/guide/english/html/attributes/required/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/html/attributes/required/index.md b/client/src/pages/guide/english/html/attributes/required/index.md index d8669a4368..32e10a4d74 100644 --- a/client/src/pages/guide/english/html/attributes/required/index.md +++ b/client/src/pages/guide/english/html/attributes/required/index.md @@ -6,7 +6,7 @@ title: 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 `` , `