Can you make a <input type = "text"> element smaller than 1?
2 answers
For type="text"no . At least not using the attribute size:
The width is in pixels, unless the type attribute is set to text or password. In this case, its value refers to the number of (integer) characters.
+3