About 39,600,000 results
Open links in new tab
  1. How to add default value for html <textarea>? - Stack Overflow

    May 15, 2011 · Learn how to set a default value for an HTML <textarea> element using various methods and examples on this Stack Overflow page.

  2. Should I size a textarea with CSS width / height or HTML cols / …

    Oct 9, 2010 · The size of a textarea can be specified by the cols and rows attributes, or even better; through CSS' height and width properties. The cols attribute is supported in all major …

  3. javascript - Textarea Auto height - Stack Overflow

    Learn how to automatically adjust the height of a textarea using JavaScript on Stack Overflow.

  4. How do I preserve line breaks when getting text from a textarea?

    Nov 4, 2016 · Learn how to preserve line breaks when retrieving text from a textarea in HTML forms.

  5. Creating a textarea with auto-resize - Stack Overflow

    Jan 18, 2009 · Learn how to create a textarea that automatically resizes based on the content entered.

  6. Middle (vertically) align text inside a <textarea>

    Dec 19, 2022 · I have a multi-line search box, and I want everything aligned in the middle. Is it possible to vertically center the content of a &lt;textarea&gt;?

  7. Get textarea text with JavaScript or jQuery - Stack Overflow

    Learn how to retrieve text from a textarea using JavaScript or jQuery with practical examples and solutions.

  8. How to change the Content of a <textarea> with JavaScript

    Oct 29, 2009 · How would I change the content of a <textarea> element with JavaScript? I want to make it empty.

  9. html - Remove scrollbars from textarea - Stack Overflow

    Oct 17, 2013 · Following up to my previous question (Add a scrollbar to a <textarea>) on how to always see the scrollbar in a <textarea>, I am now wondering how you would set it so that …

  10. javascript - Auto-expanding textarea - Stack Overflow

    Learn how to create an auto-expanding textarea using JavaScript on Stack Overflow.