Find a single child element (tag) by its name.
TagNode? findByAttribute(String attr, String value) => findTag((e) => e.attributeIs(attr, value));