Edit in JSFiddle

<form>
    <textarea col="10" row="5"></textarea>
</form>
textarea {
  width: 200px;
  height: 100px;
}