Given a snippet of HTML, extract all the URLs that appear inside href="..." attributes of anchor tags. Return them as a sorted list of unique URLs.
Only match anchor tags (<a href="...">). Other tags with href (e.g., <link>) should be ignored.
Ready to take your skills to the next level? Enroll in our comprehensive Data Analyst Career Track to master SQL, Python, Excel, and Power BI.
Run your code to see the result here.