beautifulsoup4Easy Playground

HTML/XML parser for extracting data from web pages

Python Playground
Output
Click "Run" to execute your code

beautifulsoup4 is a third-party package. HTML/XML parser for extracting data from web pages. Install with: pip install beautifulsoup4

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?