PDA

View Full Version : What are the limits of the text field size In html..?



blackmagiccure
07-19-2019, 11:33 PM
Hello friends,

I want to know that What are the limits of the text field size In html..?

PrimeItSolution
07-21-2019, 08:54 PM
To add a multi-line text input, use the HTML <textarea> tag. You can set the size of a text area using the cols and rows attributes. To limit the number of characters entered in a textarea, use the maxlength attribute. The value if the attribute is in number.