What result does the following HTML code produce?
<form action="/feedback" method="POST">
<label for="comments">Comments:</label>
<textarea id="comments" name="comments" rows="4" cols="50"></textarea>
<input type="submit" value="Send">
</form>
What result does the following HTML code produce?
<form action="/feedback" method="POST">
<label for="comments">Comments:</label>
<textarea id="comments" name="comments" rows="4" cols="50"></textarea>
<input type="submit" value="Send">
</form>