static S htextarea(S text, O... params) { ret hopeningTag("textarea", params) + htmlencode(text) + ""; }