Edit This Code:
<!DOCTYPE html>
<html>
<body>

<form action="action_page.php">
  <textarea name="message" rows="10" cols="30">The cat was playing in the garden.</textarea>
  <br>
  <input type="submit">
</form>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy