REQUIREMENTS ENGINEERING
REQUIREMENTS VALIDATION AND VERIFICATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Specifies that data entered has to be a certain number of characters long.
|
presence check
|
|
type check
|
|
lookup
|
|
length check
|
|
format check Specifies that data entered has to be a certain number of characters long. ____
|
Explanation:
Detailed explanation-1: -The maxlength Attribute The input maxlength attribute specifies the maximum number of characters allowed in an input field.
Detailed explanation-2: -To set the maximum character limit in input field, we use <input> maxlength attribute. This attribute is used to specify the maximum number of characters enters the <input> field. To set the minimum character limit in input field, we use <input> minlength attribute.
There is 1 question to complete.