InterviewSolution
Saved Bookmarks
| 1. |
The major difference between minlength and min attribute is ______(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 valuesThis question was addressed to me in an online quiz.My query is from Common HTML5 Attributes Reference topic in division HTML and XHTML Fundamentals of HTML |
|
Answer» Correct choice is (a) ‘MINLENGTH’ is for the minimum NUMBER of characters and ‘min’ is for the minimum value |
|