189k views
4 votes
To set the length of a text field to only ten characters, which field property should be modified

a) Font size
b) Field type
c) Maximum length
d) Alignment

User Jjt
by
7.4k points

1 Answer

2 votes

Final answer:

The correct property to modify to set a text field length to ten characters is the Maximum length. This limits the user input to ten characters.

Step-by-step explanation:

To set the length of a text field to only ten characters, the field property that should be modified is c) Maximum length. This property specifies the maximum number of characters a user can enter into the text field. Adjusting the Maximum length setting ensures that the text field will not accept more than the desired number of characters, which in this case is ten.

User Lostriebo
by
7.2k points