textarea

by zoho

HTML

<textarea>
dddd
</textarea>

CSS

html, body {
    height: 100%;
}
textarea {
    width: 80%;
    height: 80%;
}