Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
textarea {
width: 250px;
height: 100px;
}
</style>
</head>
<body>
<form action="/form/submit" method="post">
<textarea> </textarea>
<br>
<input type="submit" name="submitInfo" value="Submit">
</form>
</body>
</html>