VOOZH about

URL: https://www.geeksforgeeks.org/html/html-textarea-disabled-attribute/

⇱ HTML <textarea> disabled Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML <textarea> disabled Attribute

Last Updated : 22 Jul, 2022

The disabled attribute for <textarea> element in HTML is used to specify that the text area element is disabled. A disabled text area is un-clickable and unusable. It is a boolean attribute. 

Syntax:

<textarea disabled>text content...</textarea>

Example: 

Output:

 👁 disabledtextarea
 

Supported Browsers: The browser supported by <textarea> disabled attribute are listed below:

  • Apple Safari 4
  • Google Chrome 1
  • Edge 12
  • Firefox 1
  • Opera 12.1
  • Internet Explorer 6
Comment
Article Tags: