![]() |
The Textarea type Property in HTML DOM is used to return the type of form element of the Textarea field. Note that, it will always return “textarea” for a Textarea Object. Syntax: textareaObject.type Return Value: It returns a string value that represents the type of form element of the Textarea field. Example: The below program illustrates the Textarea type property in HTML DOM. HTML
Output: Supported Browsers:
|
Reffered: https://www.geeksforgeeks.org
HTML |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 10 |