Answers for "get class name of a tag beautifulsoup"

1

beautiful soup get class name

#finding the class of the first div in soup
soup.div['class']

#finding the class of the first p in soup
soup.p['class']
Posted by: Guest on May-19-2021

Code answers related to "get class name of a tag beautifulsoup"

Python Answers by Framework

Browse Popular Code Answers by Language