In a particular field how will you place limit on numbers of characters that cannot be exceeded?
Answers
Answered by
1
Answer:
input type="text" ... For input type="text" , we can use the size attribute to specify the visible size of the field, in characters. But we can also use the maxlength attribute to specify the maximum amount of characters that can be entered. Browsers generally enforce such a limit
Similar questions