static S hSingleElementTable(O contents, O... params) { ret tag('table, tag('tr, tag('td, contents)), params); }