Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Forms Form Basics The Textarea Element

Difference bw textarea or input textarea

Hi classmates,

What's the difference between the two? Have you notice that you can do this in the following way:

<input type="textarea" name=""/> 

or

<textarea id="bio" name="user_bio"> </textarea>

1 Answer

Aurelian Spodarec
Aurelian Spodarec
10,801 Points

Input is where you write e.g. Name , Surname, whatever... but it's short, get me?

Textarea is where you woudl write a paragraph, a essay, a book.. anything thats LONG.

I don't think type="textarea" is valid, but i might be wrong.

Check out this link http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_textarea_form