Answers for "css rows textarea"

2

textarea only one line

textarea {
  resize: none;
  white-space: nowrap;
  overflow-x: scroll; /* or hidden */
}
Posted by: Guest on June-24-2020
-1

textarea rows cols

<textarea rows="4" cols="50">
Posted by: Guest on January-07-2021

Browse Popular Code Answers by Language