From 79d7dcd787d729087a9d7714e9abd29601026a6b Mon Sep 17 00:00:00 2001 From: arghya2801 <107611761+arghya2801@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:54:52 +0530 Subject: [PATCH] Update form_validations.md on line 73 for making html tag reference into a code block --- intermediate_html_css/forms/form_validations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_html_css/forms/form_validations.md b/intermediate_html_css/forms/form_validations.md index ba61337acd..5663b81fe5 100644 --- a/intermediate_html_css/forms/form_validations.md +++ b/intermediate_html_css/forms/form_validations.md @@ -70,7 +70,7 @@ With the maximum length validation, the browser will prevent users from entering #### Combining validations -HTML allows us to apply as many validations as we wish to a form control. For example, we can give our post textarea both `minlength` and `maxlength` validations: +HTML allows us to apply as many validations as we wish to a form control. For example, we can give our post `