I have data in database as below: e.g.
<p><font style="BACKGROUND-COLOR: gold" size="+2" face="Arial Black"><strong>test</strong><u> test1</u> </font></p>
I need to retrieve the data from my code and remove the html tags and apply the same element effect. if there is a tag like ,,, all these should be effected to the text provided.
so, here in above example the output will be likr test (in bold with font style) test1(with underline). testtest1
Please suggest to achive this in vb.net