Sup indah mendapatkan nama kelas
#finding the class of the first div in soup
soup.div['class']
#finding the class of the first p in soup
soup.p['class']
Real Rhinoceros
#finding the class of the first div in soup
soup.div['class']
#finding the class of the first p in soup
soup.p['class']
list_tags = parsed_html.find_all(class_="className")