Find all child elements with a name.
Iterable<TagNode> findManyByAttribute(String attr, String value) => findTags((e) => e.attributeIs(attr, value));