html link file in another folder
my link
Here is what the above code is Doing:
1. We create a BeautifulSoup object from the HTML content.
2. We use the find_all() method to get a list of all the links in the page (which are stored in the tags).
3. We iterate over the list of links and print the link text and the link URL.