Given the tag
<input type = "text">
I want to increase the height of that element so users can type a lot more.
However, when I change the height of the input, the text still appears in the middle and doesn't go top left to bottom right (the standard way text goes). How do I solve this issue?