Match each method with its description.
BeautifulSoup: working with HTML
Methods
Report a typo
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.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.