In many situation, application receives HTML text as a string and programatically we need to manipulate the HTML to get the values. There are many way to parse HTML string.
In this article I am going to discuss how many different way, we can parse HTML and get the correct value.
For more details please visit - https://lazypandatech.com/blog/Miscellaneous/30/How-to-Parse-HTML-string-in-JavaScript-or-Angular-11