A text area with autofocus.
The autofocus
attribute is a boolean attribute.
When present, it specifies that the text area should automatically get focus when the page loads.
The numbers in the table specify the first browser version that fully supports the attribute.
<textarea autofocus>
Example:
HTML
<label for="css">Type</label><br>
<textarea autofocus>
At horje.com you will learn how to make a website. We offer free tutorials in all web development technologies.
</textarea>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |