Im trying to adjust the height of my text box and even I put height=100 still it display as regular text box. How can I make it larger?
Code:
<input type="text" name="description" size="80" height="100" >
Comment