BeautifulSoup: working with HTML

Methods

Report a typo

Match each method with its description.

Match the items from left and right columns
find()
prettify()
find_all()
get()
returns the first occurrence of a tag in a tree.
extracts tags' attributes.
turns a tree into a string.
returns a list of all the tags.
___

Create a free account to access the full topic