Input
Output
<html> <body> <form> <label for="comments">Your Comments:</label><br> <textarea id="comments" name="comments" rows="5" cols="40"></textarea> </form> </body> </html>