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