<html>
<body>
<form action="https://www.w3schools.com/action_page.php" id="usrform">
Name: <input type="text" name="usrname">
<input type="submit">
</form>
<br>
<textarea rows="4" cols="50" name="comment" form="usrform">
Enter text here...</textarea>
<p>The text area above is outside the form element, but should still be a part of the form.</p>
<p><b>Note:</b> The form attribute is not supported in IE.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml5_textarea_form by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:09:59 GMT -->
</html>