A text area with a placeholder text.
The placeholder
attribute specifies a short hint that describes the expected value of a text area.
The short hint is displayed in the text area before the user enters a value.
The numbers in the table specify the first browser version that fully supports the attribute.
<textarea placeholder="text">
Value | Description |
---|---|
text | Specifies a short hint that describes the expected value of the text area |
Example:
HTML
<label for="text">Who are you?</label><br>
<textarea rows="4" cols="50" placeholder="Describe yourself here..."></textarea>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |