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