Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<form action="/form/submit" method="post">
<textarea name="textarea" rows="5" cols="40">Write something here</textarea>
<br>
<input type="submit" name="submitInfo" value="Submit">
</form>
</body>
</html>