In this example, we'll demonstrate how to use BeautifulSoupOnline.com to scrape images from a website.
Let's say you want to scrape images from the following HTML:
<div id="image-container">
<img src="image1.jpg" alt="Image 1">
<img src="image2.jpg" alt="Image 2">
<img src="image3.jpg" alt="Image 3">
</div>
You can use the CSS selector "#image-container img" to target these image elements.
Now, paste the HTML code into the "Input HTML" field and enter "#image-container img" into the "CSS Selector" field on BeautifulSoupOnline.com. Click "Parse" to see the extracted images.