Taken directly from W3Schools:
Definition and Usage The size attribute specifies the width of an input field.
For
<input type="text">
and<input type="password">
, the size attribute defines the number of characters that should be visible. For all other input types, size defines the width of the input field in pixels.
So..
If that is true why is my field <input type="text" size="2"/>
wide enough to display 5 CAPTIAL MMMMM's ?