If Beautiful Soup gives me an anchor tag like this:
How would I
If you already have the anchor, grab the href attribute like this:
href
href = anchor["href"]