Convert String To Html
Web/HTML
To convert an HTML string into real HTML or DOM, we can use the DOMParser
Web API using JavaScript. The DOMParser
helps us to parse HTML or XML string into real Document or DOM nodes.
There are other mime types we can use such as:
text/html
text/xml
application/xml
application/xhtml+xml
image/svg+xml
Ref: