Answers for "how to make textarea not resizable in html css"

1

css textarea not resizable

-- CSS --
resize: none;

-- HTML --
<textarea style="resize: none;"></textarea>
Posted by: Guest on May-29-2021

Code answers related to "how to make textarea not resizable in html css"

Browse Popular Code Answers by Language