<!DOCTYPE html>
<html>
<body>
<h1>The textarea name attribute</h1>
<form action="/action_page.php">
<textarea rows="4" cols="50" name="comment">
Enter text here...</textarea>
<input type="submit">
</form>
</body>
</html>