With the following CSS:
textarea { vertical-align: top; }
- jsFiddle Demo
vertical-align
on MDN:
The vertical-align CSS property specifies the vertical alignment of an inline or table-cell element.
- What is Vertical Align? on CSS-Tricks
With the following CSS:
textarea { vertical-align: top; }
vertical-align
on MDN:The vertical-align CSS property specifies the vertical alignment of an inline or table-cell element.