diff --git a/content/roadmaps/100-frontend/content/101-html/102-forms-and-validations.md b/content/roadmaps/100-frontend/content/101-html/102-forms-and-validations.md index bfd8635a2..969b338d9 100644 --- a/content/roadmaps/100-frontend/content/101-html/102-forms-and-validations.md +++ b/content/roadmaps/100-frontend/content/101-html/102-forms-and-validations.md @@ -1 +1,6 @@ -# Forms and validations \ No newline at end of file +# Forms and validations + +Many websites allow the user to submit and request information using forms. While doing this it is important to ensure all form controls are filled out correctly. + +Free Content +MDN Web Docs: Client-side form validation