Which attribute is used to limit the number of characters in an <input>?
<input>
<input type="text" ___>
charlimit="10"
length="10"
size="10"
maxlength="10"