Is there a way to get all the link and the text in the html file below. I've tried all means and a lot of answers but don't really get it.
<tr>
    <td><a href="pr_background-image.asp">background-image</a></td>
    <td>Specifies one or more background images for an element</td>
    <td>1</td>
</tr>
I want it to return the .asp link as well as the description below it. The new line character is my main problem and it shows up as \\r\\n
UPDATE: I don't want to use any external module.  not beautifulsoup. just regex because the thing i'm working on will be shared and there will e no point if users will have to install something else`
 
     
     
     
    