How do you increase the height of an textbox? (along with its font size)
相关问题
- Views base64 encoded blob in HTML with PHP
- Carriage Return (ASCII chr 13) is missing from tex
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
Just replace "xx" with whatever values you wish.
Note that if you want a multi line text box you have to use a
<textarea>
instead of an<input type="text">
.