<html>
<head>
<style>
textarea {
resize: none;
}
</style>
</head>
<body>
<h1>Disable Resizing of Textarea</h1>
<p>Set the resize property to <strong>none</strong> to disable the resize option of textareas:</p>
<textarea rows="4" cols="50">
At w3schools.com you will learn how to make a website. They offer free tutorials in all web development technologies.
</textarea>
</body>
<!-- Mirrored from www.w3schools.com/howto/tryit.asp?filename=tryhow_css_disable_resize_textarea by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:51:10 GMT -->
</html>