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