Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<form action="/form/submit" method="post">
<label for="text">Add Comments:</label>
<br>
<textarea id="text" name="text" rows="12" cols="50"></textarea>
<br/>
<input type="submit" value="Submit">
</form>
</body>
</html>