Textarea Object
The defaultValue property sets or returns the default value of a text area.
Note: The default value of a text area is the text between the <textarea> and </textarea> tags.
Set the defaultValue property:
Return the defaultValue property:
Tip: There is no default value for the defaultValue property.
| Value | Description |
|---|---|
| text | Specifies the default value of the textarea |
![]()
The defaultValue property is supported in all major browsers.
Alert the default value of a textarea:
Textarea Object
Your message has been sent to W3Schools.