static S hSingleRowTable(O... elements) { ret tag('table, tr(concatMap_strings(func(O o) { td(o, valign := 'top) }, elements))); }