0 / 60 seg.

What's wrong with this form that includes a textarea?

<form action="/submit" method="post">
  <label for="comment">Comment:</label>
  <textarea id="comment" name="comment">
  <input type="submit" value="Submit">
</form>