Hi,
I wanna read text between <p></p> tags which comes from database field. I think there may be html reader or something which I can assign the data including html tags retrieved from database to and use innerText(<p>) or something with I can get the text between <p> tags.
Is there any way to do something like that.
Thanks in advance.