The <section> belongs to semantic elements in HTML5. A section of a page is defined by the semantic HTML tag known as <section> which often contains a set of linked contents. The HTML <section> ...
AttributeError: 'NoneType' object has no attribute 'findall' if tag_elem.tag in TABLE_TAGS: nested_table = tag_elem.findall("table") if not nested_table: rows = tag ...