All the controls are given a custom CSS class which is created inside the head section of the webpage, to change the look of the form. This property will also hide the resizing handle at the bottom-right corner of the textarea. Topic: HTML / CSS Prev|Next Answer: Use the CSS3 resize property. The textarea is used when you need multiple lines of input. You can also use max-width: 100%; and max-height: 100%; utilities as needed. Suppose we will limit the number of characters allowed in the description (Deskripsi) section. I would suggest you to wrap textarea tag inside a [code ]div = “form-group"[/code] and add [code ]class = “form-control”[/code] to your textarea. You can use the CSS3 resize property to remove or turn-off the default horizontal and vertical resizable property of the HTML