Top "Textarea" questions

A textarea is an HTML element (tag) used to create a multi-line plain-text editing field.

Set textarea width to 100% in bootstrap modal

Was trying all possible ways, but never succeeded: <div style="float: right"> <button type="button" value="Decline" …

html css twitter-bootstrap textarea bootstrap-modal
Removing the textarea border in HTML

I'm working with the textarea element in HTML and want to remove the border of the box. I also want …

html css textarea border
HTML5 textarea placeholder not appearing

I cannot figure out what is wrong with my markup, but the placeholder for the text area will not appear. …

jquery forms html textarea placeholder
jQuery - select all text from a textarea

How can I make it so when you click inside a textarea, its entire content gets selected? And eventually when …

javascript jquery forms textarea selection
textarea character limit

I would like to be able to limit the number of characters in a textarea. The method I am using …

javascript html textarea cross-browser
Use tab to indent in textarea

I have a simple html textarea on my side. Right now if you click tab in it, it goes to …

html textarea
Why isn't textarea an input[type="textarea"]?

Why is there an element <textarea> instead of <input type="textarea">?

html input types textarea
Count textarea characters

I am developing a character count for my textarea on this website. Right now, it says NaN because it seems …

javascript jquery html textarea charactercount
What is the correct value for the disabled attribute?

What is the correct value for the disabled attribute for a textbox or textarea? I've seen the following used before: &…

html textbox textarea
Set maxlength in Html Textarea

How can I set the maxlength in a textarea? And why maxlength is not working properly in textarea?

html input textarea