Type: | number |
---|---|
Inherited: | no |
Used By: | input |
See: | type |
The lines attribute controls the number of lines in an input tag. It's only used for tags where type is equal to "text"
This XML snipped creates an input box that's 4 lines high
<input type="text" name="address" lines="4"/>