I currently have some data stored in a database, which looks like this:
<p><font style="BACKGROUND-COLOR: gold" size="+2" face="Arial Black"><strong>test</strong><u> test1</u> </font></p>
I am looking to extract this data from my code, remove the HTML tags, and apply the same styling. Any additional tags such as ,,, should also be applied to the text provided.
So, taking the example above, the desired output would look like this: test (in bold with font style) test1(with underline). testtest1
Can someone please advise on how to achieve this using vb.net?