static S hsubmit(S text) { ret tag("input", "", "type", "submit", "value", text); } static S hsubmit() { ret hsubmit("Submit"); }