Horje

How to add A text area with a maximum length of 50 characters

Textarea Example.
index.html
Example: HTML
 <textarea maxlength="50">
Enter text here...
</textarea> 

Output should be:

How to add A text area with a maximum length of 50 characters




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin