<html>
<body>
<h2>Styling Textarea</h2>
<p>Use CSS to change the size of the textarea:</p>
<form action="https://www.w3schools.com/action_page.php">
<textarea name="message" style="width:200px; height:600px;">The cat was playing in the garden.</textarea>
<br>
<input type="submit">
</form>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_elem_textarea_style by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:46:46 GMT -->
</html>