👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.

maximum length in textareas

In HTML textareas, the attribute maxlength specifies the maximum number of characters allowed:

<textarea maxlength="30">30 characters maximum</textarea>

More