Multiple choice

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

  1. Size

  2. Len

  3. Maximum length

  4. All of these

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

Maximum length is the attribute of the text box control that allows limiting maximum characters. Whereas, size and len attribute level are invalid attributes for the text box control that allows limiting the maximum characters.