<textarea id="txtid" name="txtname" rows="4" cols="50" maxlength="200">
A nice day is a nice day.
Lao Tseu
</textarea>
<!DOCTYPE html>
<html>
<head>
<title>HTML textarea Tag</title>
</head>
<body>
<textarea rows = "5" cols = "40" maxlength = "100" name = "description">
Enter answer here...
</textarea>
</body>
</html>