: This article mainly introduces the differences between size and maxlength in html. For more information about PHP tutorials, see. Maxlength = "5", only five characters can be entered in the input box
Size = "5", indicating that the input box only displays 5 Visible characters, but you can enter 'countless 'multi-character content
That is, the size attribute specifies the width of the input field (in this case, the Name2 text box only shows the width of 5 characters ),
Since the size attribute is a visual design attribute, we should use the width in CSS to replace it.
'). AddClass ('pre-numbering '). hide (); $ (this ). addClass ('Has-numbering '). parent (). append ($ numbering); for (I = 1; I <= lines; I ++) {$ numbering. append ($ ('
'). Text (I) ;}; $ numbering. fadeIn (1700) ;}) ;}; script
The difference between size and maxlength in html is described above, including some content. I hope to help some friends who are interested in PHP tutorials.