Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<body>
<h2>Стилізація текстової області</h2>
<p>Використовуйте CSS, щоб змінити розмір текстової області:</p>
<form action="https://www.w3schools.com/action_page.php">
  <textarea name="message" style="width:200px; height:600px;">Кіт лежав в саду та жер мої яблука.</textarea>
  <br>
  <input type="submit">
</form>
</body>
</html>