VOOZH about

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

⇱ HTML | <textarea> required Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <textarea> required Attribute

Last Updated : 8 Aug, 2022

The HTML <textarea> required Attribute is a Boolean attribute which is used to specify that the <textarea> element must be filled out before submitting the Form

Syntax: 

<textarea required> 

Example: This Example illustrates the use of required attribute in Textarea Element. 

Output:

 👁 Image
 

Supported Browsers: The browser supported by HTML Textarea required Attribute are listed below:

  • Google Chrome 4
  • Edge 12
  • Internet Explorer 10
  • Firefox 4
  • Opera 12.1
  • Safari 5
Comment
Article Tags: