Answers for "how to fix the size of textarea in html"

2

html textarea height

<!-- textarea rows attribute -->
<textarea id="txtid" name="txtname" rows="4" cols="50" maxlength="200">
A nice day is a nice day.
Lao Tseu
</textarea>
Posted by: Guest on April-05-2021
5

fix textarea size

resize: none;
Posted by: Guest on May-16-2020
1

how to make textarea fixed size

resize: none;
Posted by: Guest on October-10-2020

Code answers related to "how to fix the size of textarea in html"

Browse Popular Code Answers by Language