I\'m having troubles getting my to have more than 1 row,
I tried adding the properties in the html, like you would do
As said by Sparky in comments on many answers to this question, there is NOT any textarea
value for the type
attribute of the input
tag.
On other terms, the following markup is not valid :
And the browser replaces it by the default :
To define a multi-lines text input, use :
See the textarea element documentation for more details.