Answers for "auto set rows and cols textarea"

0

textarea rows cols

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

row auto textarea

textarea {
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 100px;
}
Posted by: Guest on April-07-2022

Browse Popular Code Answers by Language