<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
.comment {
resize: none;
}
</style>
</head>
<body>
<form action="/form/submit" method="post">
<textarea class="comment" rows="10" cols="40">Send your comments to the author.</textarea>
<br>
<input type="submit" name="submitInfo" value="Submit">
</form>
</body>
</html>