I need to display in a label the anchor text of a link, this link is in a website for example:

<a href="url">Link text</a>

I need display in the label the "Link Text" . I only know the url for example :
http://www.adoretube.com , so if the link is :


<a href="http://www.adoretube.com">videos cristianos</a> I need display in the label "videos cristianos" or if the link is :
<a href="http://www.adoretube.com">musica</a> I want to display "musica"

Can you help me?