Textarea
An HTML element that creates a multi-line text input. Unlike <input>, it requires opening and closing tags. Default content goes between them.
What it does: 'Your notes here.' is pre-filled default content placed between the tags. Unlike <input>, textarea is never self-closing. name="comment" ensures the textarea value is sent as comment=entered_text when the form is submitted. rows sets the number of visible text lines. The CSS height property can also control size, but rows is the HTML attribute. HTML tag names must be lowercase. <TEXTAREA> is non-standard — use <textarea>. Just like <input>, a <textarea> should have an id matching a label's for attribute for accessibility.
Common mistakes: HTML tag names must be lowercase. <TEXTAREA> and </TEXTAREA> should be <textarea> and </textarea>. The name attribute value must be in double quotes: name="msg", not name=msg without quotes.
Free printable worksheet with full answer key — or add this module to a journey and assign it to your class.
Take this worksheet further — free with Cloodit
Each concept is reinforced from every angle — learned, then applied, then tested.
Cloodit turns curriculum-aligned coding content into journeys students work through one biome at a time.
Over 100 of them, across seven natural biomes.
Turns their work into revision material ready for Flash Cards and Exam study.
Live, competitive practice for the start of the lesson or a teacher-led lesson finisher.
Honour your top performers, or encourage a student who's trying hard — ready to print in seconds.
Quick Questions
Match the Pairs
Key Term
<textarea>Fill in the Blanks
Spot the Error
Create a free class, add this module to a journey, and track who's stuck.
Create a free teacher account →No credit card. No setup fee. Make a class and invite students in under three minutes.
Practice this topic interactively, track progress, and unlock badges.
Start Learning Free →