Reputation: 5283
I have an HTML form
<form id="my_form" action="submit">
Title: <input type="text" name="title">
</form>
I'd like the title input box to have height more than one line, instead of just one line. How can I do it?
Upvotes: 0
Views: 450