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