Horje

How to add HTML <textarea> maxlength Attribute

It is A text area with a maximum length of 50 characters.

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

Output should be:

How to add HTML <textarea> maxlength Attribute




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