What is the \"natural\" number of allowed characters in an input field in html?
thanks a lot
addition due to the comments
i don\'t n
When the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters the user may enter. This number may exceed the specified size, in which case the user agent should offer a scrolling mechanism. The default value for this attribute is an unlimited number.
Source: http://www.w3.org/TR/html401/interact/forms.html#adef-maxlength