a) ‘minlength’ is for the minimum number of characters and ‘min’ is for the minimum value
b) ‘minlength’ is for the minimum value and ‘min’ is for the minimum number of characters
c) ‘minlength’ is for multiple values and ‘min’ is for the single value
d) ‘minlength’ is for single value and ‘minlength’ is for multiple values
Answer: a
Explanation: minlength attribute use with <input>, <textarea> elements and it defines minimum number of character allowed. Min is used with <input>, <meter> elements and indicates minimum value allowed in element.
Related Posts
Identify the correct option with reference to Software Quality Metrics.
Percentage of modules that were inspected is a part of
Which of the following is not categorized under Component-Level Design Metrics?
The arc-to-node ratio is given as r = a/n. What does ‘a’ represent in the ratio?
Which of the following is not categorized under Product Operation of McCall’s Software Quality Factors?
Number of errors found per person hours expended is an example of a
Cost and schedule are a part of
Join The Discussion