From c402fdae075280b86ed9f21fa0859b2f38f64749 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 6 May 2018 15:40:02 -0400 Subject: [PATCH] ocd --- html5/forms.md | 1 - 1 file changed, 1 deletion(-) diff --git a/html5/forms.md b/html5/forms.md index f7a365a..95f9e88 100644 --- a/html5/forms.md +++ b/html5/forms.md @@ -90,7 +90,6 @@ Input tags are the most basic and most common way to enter small chunks of data. - pattern - make sure the input has a value that matches the regex provided before the form is submitted - ## Use a textarea element to give the user a place to enter large text blocks Contains large chunks of text