<!DOCTYPE html>
<html>
<body>

<form action="/demo/demo_form.asp">
<textarea rows="2" cols="20" name="usrtxt" wrap="hard">
 At W3School you will find free Web-building tutorials.
</textarea>
<input type="submit">
</form>

</body>
</html>