1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-25 12:03:17 +01:00

Update 102-forms-and-validations.md

Added information and link.
This commit is contained in:
Johan Melin 2021-12-10 11:15:56 +01:00 committed by Kamran Ahmed
parent 2ed6dbeff0
commit c01ca581d3

View File

@ -1 +1,6 @@
# Forms and validations # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation'>MDN Web Docs: Client-side form validation</BadgeLink>