I am working on a page where all images which reside on my website are listed with titles and alternative representations. And currently, I have worked on a program where it finds and loads all HTML files. But I am having an issue extracting src, title, and alt from this HTML:
<img src="/image/fluffybunny.jpg" title="Harvey the bunny" alt="a cute little fluffy bunny" />
Can someone help me with this?