How do i get the herf link and the text from a link like so
<a herf="google.com">boom</a>
i need the google.com part and the boom text only ?
also how do i filter out the links to make sure i only get the herf for the link with the text boom because the page has links like this
<a herf="google.com">boom</a>
<a herf="google.com">boom1</a>
<a herf="google.com">boom2</a>
<a herf="google.com">boom3</a>