Python BeautifulSoup give multiple tags to findAll February 26, 2023 by Tarik You could pass a list, to find any of the given tags: tags = soup.find_all(['hr', 'strong'])