okay I am interested in trying to find the text between these tags:
<font color="#00006b">Aa Megami-sama (OAV 2011)</font>
And I have a list with names in the same tags, I want to grab them and put them into a dynamic array list.
I have tried to do this using HTMLAgilityPack but when I run my program this happens:

The LoadHtml() Method takes HTML as input, not a URL. You need to fetch the HTML yourself.
For example: