Multiple choice

Which of the following attributes of text box control allows the limitation of maximum characters?

  1. Size or length

  2. Max-length

  3. Len

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The maxlength attribute in HTML form controls limits the number of characters a user can enter into a text box. Max-length directly specifies this character limit, while size controls the visible width and len is not a valid HTML attribute.