textarea
by zoho
HTML
<textarea>
dddd
</textarea>
CSS
html, body {
height: 100%;
}
textarea {
width: 80%;
height: 80%;
}
by zoho
<textarea>
dddd
</textarea>
html, body {
height: 100%;
}
textarea {
width: 80%;
height: 80%;
}