static S youtubeEmbedSideBySide(S... videoIDs) { ret tag("table", tag("tr", concatMap(func(S s) { tag("td", youtubeEmbed(s)) }, videoIDs))); }