If Beautiful Soup gives me an anchor tag like this:
<a class="blah blah" id="blah blah" href="link.html"></a>
How would I retrieve the value of the href attribute?
|
If Beautiful Soup gives me an anchor tag like this:
How would I retrieve the value of the | ||||
|
feedback
|
|
If you already have the anchor, grab the
| |||
|
feedback
|
|
See "The Attributes of Tags" in the documentation. | |||
|
feedback
|