!7 p { S html = loadPage("https://en.wikipedia.org/wiki/Most_common_words_in_English"); L tok = htmlTok(html); for (S toktable : dropFirst(findContainerTagDeep(tok, "table"))) { L> tokTH = html_findTHs(toktable); printStruct("TH: ", tokTH); } }