<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<form action="/form/submit" method="GET">
<textarea rows="5" cols="60" name="text" placeholder="Enter text"></textarea>
<br/>
<input type="submit" value="submit"/>
</form>
</body>
</html>