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 `` , `